Searched refs:upb_symtab_lookupmsg2 (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | conformance_upb.c | 203 const upb_msgdef *m = upb_symtab_lookupmsg2(c->symtab, name.data, name.size); in DoTest()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.h | 287 const upb_msgdef *upb_symtab_lookupmsg2(
|
D | json_encode.c | 314 ret = upb_symtab_lookupmsg2(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
|
D | json_decode.c | 1306 type_m = upb_symtab_lookupmsg2(d->any_pool, ptr, end - ptr); in jsondec_typeurl()
|
D | def.c | 863 const upb_msgdef *upb_symtab_lookupmsg2(const upb_symtab *s, const char *sym, in upb_symtab_lookupmsg2() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 1317 payload_type = upb_symtab_lookupmsg2(p->symtab, buf, len); in end_any_stringval()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1315 payload_type = upb_symtab_lookupmsg2(p->symtab, buf, len);
|