Searched refs:mapentry (Results 1 – 6 of 6) sorted by relevance
218 bool mapentry() const { return upb_msgdef_mapentry(ptr_); } in mapentry() function in upb::MessageDefPtr
193 * begin a sequence of mapentry messages rather than a single submessage. */1842 /* Helper: invoked during parse_mapentry() to emit the mapentry message's key1857 upb_status_seterrmsg(p->status, "mapentry message has no key");1909 * buffer, emits the handler calls to start the mapentry submessage (setting up1911 * value parser (invoked next) will emit the mapentry's value field and then1912 * end the mapentry message. */1921 * for the mapentry itself, and then set |f| in that frame so that the map1953 upb_status_seterrmsg(p->status, "mapentry message has no value");
392 const upb_msgdef* mapentry = upb_fielddef_msgsubdef(field); local393 const upb_fielddef *value_field = upb_msgdef_itof(mapentry, 2);
3623 bool mapentry() const { return upb_msgdef_mapentry(ptr_); } in mapentry() function
2599 bool mapentry() const;3764 inline bool MessageDef::mapentry() const {
9333 static bool msg_onmapentry(void *closure, const void *hd, bool mapentry) { in msg_onmapentry() argument9338 upb_msgdef_setmapentry(m, mapentry); in msg_onmapentry()