Home
last modified time | relevance | path

Searched refs:upb_handlers_msgdef (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/third_party/upb/upb/json/
Dprinter.c642 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_mapentry()
1036 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_any()
1071 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_fieldmask()
1090 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_duration()
1110 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_timestamp()
1128 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_value()
1168 const upb_msgdef *md = upb_handlers_msgdef(h); \
1190 const upb_msgdef *md = upb_handlers_msgdef(h); in WRAPPER_SETHANDLERS()
1207 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_structvalue()
1224 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers()
Dparser.rl2919 p->top->m = upb_handlers_msgdef(output.handlers);
/third_party/grpc/third_party/upb/upb/
Dhandlers.c48 UPB_ASSERT(upb_handlers_msgdef(h) == upb_fielddef_containingtype(f)); in trygetsel()
231 if (upb_handlers_msgdef(sub) != upb_fielddef_msgsubdef(f)) { in upb_handlers_setsubhandlers()
267 const upb_msgdef *upb_handlers_msgdef(const upb_handlers *h) { return h->msg; } in upb_handlers_msgdef() function
Dhandlers.h172 const upb_msgdef *upb_handlers_msgdef(const upb_handlers *h);
368 return MessageDefPtr(upb_handlers_msgdef(ptr())); in message_def()
/third_party/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c356 upb_handlers_msgdef(method->dest_handlers_))); in dumpbc()
714 md = upb_handlers_msgdef(h); in compile_method()
778 md = upb_handlers_msgdef(h); in find_methods()
Dtextprinter.c254 const upb_msgdef *m = upb_handlers_msgdef(h); in onmreg()
Dencoder.c448 m = upb_handlers_msgdef(h); in T()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c903 const upb_msgdef* msgdef = upb_handlers_msgdef(h); in add_handlers_for_message()
1049 const upb_msgdef* m = upb_handlers_msgdef(h); in Message_decode()
1125 const upb_msgdef* m = upb_handlers_msgdef(h); in Message_decode_json()
Dupb.c5454 UPB_ASSERT(upb_handlers_msgdef(h) == upb_fielddef_containingtype(f)); in trygetsel()
5659 if (upb_handlers_msgdef(sub) != upb_fielddef_msgsubdef(f)) { in upb_handlers_setsubhandlers()
5695 const upb_msgdef *upb_handlers_msgdef(const upb_handlers *h) { return h->msg; } in upb_handlers_msgdef() function
6368 upb_handlers_msgdef(method->dest_handlers_))); in dumpbc()
6726 md = upb_handlers_msgdef(h); in compile_method()
6791 md = upb_handlers_msgdef(h); in find_methods()
8428 m = upb_handlers_msgdef(h); in T()
8801 const upb_msgdef *m = upb_handlers_msgdef(h); in onmreg()
12313 p->top->m = upb_handlers_msgdef(output.handlers); in upb_json_parser_create()
13033 const upb_msgdef *md = upb_handlers_msgdef(h); in printer_sethandlers_mapentry()
[all …]
Dupb.h3717 const upb_msgdef *upb_handlers_msgdef(const upb_handlers *h);
3913 return MessageDefPtr(upb_handlers_msgdef(ptr())); in message_def()
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/
Dparser.c3357 p->top->m = upb_handlers_msgdef(output.handlers); in upb_json_parser_create()
/third_party/grpc/third_party/upb/cmake/upb/json/
Dparser.c3356 p->top->m = upb_handlers_msgdef(output.handlers); in upb_json_parser_create()