Searched refs:upb_msgdef_ntoo (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2107 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 2113 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz() 2118 return (upb_oneofdef *)upb_msgdef_ntoo(m, name, len); in upb_msgdef_ntoo_mutable() 2719 return upb_msgdef_ntoo(this, name, len); in FindOneofByName()
|
D | upb.c | 1450 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 | 2591 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 2597 return upb_msgdef_ntoo(m, name, strlen(name)); 2602 return (upb_oneofdef *)upb_msgdef_ntoo(m, name, len); 3344 return upb_msgdef_ntoo(this, name, len);
|
D | upb.c | 1625 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
|