Searched refs:upb_msgdef_ntoo (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.h | 184 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 190 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz()
|
D | def.hpp | 205 return OneofDefPtr(upb_msgdef_ntoo(ptr_, name, len)); in FindOneofByName()
|
D | def.c | 563 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 609 upb_msgdef_ntoo(msg->descriptor->msgdef, oneof_name, length); 672 const upb_oneofdef* oneof = upb_msgdef_ntoo( \
|
D | upb.h | 3508 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 3515 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz() 3610 return OneofDefPtr(upb_msgdef_ntoo(ptr_, name, len)); in FindOneofByName()
|
D | upb.c | 1774 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 2812 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 2818 return upb_msgdef_ntoo(m, name, strlen(name)); 2823 return (upb_oneofdef *)upb_msgdef_ntoo(m, name, len); 3759 return upb_msgdef_ntoo(this, name, len);
|
D | upb.c | 2687 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
|