Searched refs:upb_symtab_lookupmsg (Results 1 - 6 of 6) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 3447 const upb_msgdef *upb_symtab_lookupmsg(const upb_symtab *s, const char *sym); 3496 return upb_symtab_lookupmsg(s, "google.protobuf.FileDescriptorSet"); in google_protobuf_FileDescriptorSet_getmsgdef() 3501 return upb_symtab_lookupmsg(s, "google.protobuf.FileDescriptorProto"); in google_protobuf_FileDescriptorProto_getmsgdef() 3506 return upb_symtab_lookupmsg(s, "google.protobuf.DescriptorProto"); in google_protobuf_DescriptorProto_getmsgdef() 3511 return upb_symtab_lookupmsg(s, "google.protobuf.DescriptorProto.ExtensionRange"); in google_protobuf_DescriptorProto_ExtensionRange_getmsgdef() 3516 return upb_symtab_lookupmsg(s, "google.protobuf.DescriptorProto.ReservedRange"); in google_protobuf_DescriptorProto_ReservedRange_getmsgdef() 3521 return upb_symtab_lookupmsg(s, "google.protobuf.ExtensionRangeOptions"); in google_protobuf_ExtensionRangeOptions_getmsgdef() 3526 return upb_symtab_lookupmsg(s, "google.protobuf.FieldDescriptorProto"); in google_protobuf_FieldDescriptorProto_getmsgdef() 3531 return upb_symtab_lookupmsg(s, "google.protobuf.OneofDescriptorProto"); in google_protobuf_OneofDescriptorProto_getmsgdef() 3536 return upb_symtab_lookupmsg( in google_protobuf_EnumDescriptorProto_getmsgdef() [all...] |
H A D | def.c | 862 m = upb_symtab_lookupmsg(intern->symtab, protoname); in PHP_METHOD()
|
H A D | php-upb.c | 5462 const upb_msgdef *upb_symtab_lookupmsg(const upb_symtab *s, const char *sym) { in upb_symtab_lookupmsg() function
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 454 msgdef = upb_symtab_lookupmsg(self->symtab, name_str); in DescriptorPool_lookup()
|
H A D | upb.h | 3375 const upb_msgdef *upb_symtab_lookupmsg(const upb_symtab *s, const char *sym);
|
H A D | upb.c | 4992 const upb_msgdef *upb_symtab_lookupmsg(const upb_symtab *s, const char *sym) { in upb_symtab_lookupmsg() function
|
Completed in 73 milliseconds