Searched refs:mapentry (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.h1941 bool mapentry() const;
2727 inline bool MessageDef::mapentry() const { function in class:upb::MessageDef
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2419 bool mapentry() const;
3352 inline bool MessageDef::mapentry() const { function in class:upb::MessageDef
H A Dupb.c243 "Field %s refers to mapentry message but is not "
6999 static bool msg_onmapentry(void *closure, const void *hd, bool mapentry) { argument
7004 upb_msgdef_setmapentry(m, mapentry);
10335 * begin a sequence of mapentry messages rather than a single submessage. */
11124 /* Helper: invoked during parse_mapentry() to emit the mapentry message's key
11139 upb_status_seterrmsg(&p->status, "mapentry message has no key");
11194 * buffer, emits the handler calls to start the mapentry submessage (setting up
11196 * value parser (invoked next) will emit the mapentry's value field and then
11197 * end the mapentry message. */
11206 * for the mapentry itsel
[all...]

Completed in 293 milliseconds