Home
last modified time | relevance | path

Searched refs:mapentry (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp218 bool mapentry() const { return upb_msgdef_mapentry(ptr_); } in mapentry() function in upb::MessageDefPtr
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl193 * begin a sequence of mapentry messages rather than a single submessage. */
1842 /* Helper: invoked during parse_mapentry() to emit the mapentry message's key
1857 upb_status_seterrmsg(p->status, "mapentry message has no key");
1909 * buffer, emits the handler calls to start the mapentry submessage (setting up
1911 * value parser (invoked next) will emit the mapentry's value field and then
1912 * end the mapentry message. */
1921 * for the mapentry itself, and then set |f| in that frame so that the map
1953 upb_status_seterrmsg(p->status, "mapentry message has no value");
/external/protobuf/php/ext/google/protobuf/
Dmessage.c392 const upb_msgdef* mapentry = upb_fielddef_msgsubdef(field); local
393 const upb_fielddef *value_field = upb_msgdef_itof(mapentry, 2);
Dupb.h3623 bool mapentry() const { return upb_msgdef_mapentry(ptr_); } in mapentry() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2599 bool mapentry() const;
3764 inline bool MessageDef::mapentry() const {
Dupb.c9333 static bool msg_onmapentry(void *closure, const void *hd, bool mapentry) { in msg_onmapentry() argument
9338 upb_msgdef_setmapentry(m, mapentry); in msg_onmapentry()