Searched refs:upb_msgdef_ntoo (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 792 oneof = upb_msgdef_ntoo(intern->desc->msgdef, name, len); in PHP_METHOD()
|
H A D | php-upb.h | 3329 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 3336 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 3257 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, 3264 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz()
|
H A D | upb.c | 3643 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
|
Completed in 50 milliseconds