Searched refs:upb_enumdef_ntoiz (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | message.c | 515 bool found = upb_enumdef_ntoiz(enumdesc->enumdef, name, &num); in enum_resolve()
|
D | defs.c | 1102 if (upb_enumdef_ntoiz(self->enumdef, name_str, &val)) { in EnumDescriptor_lookup_name()
|
D | upb.h | 2757 UPB_INLINE bool upb_enumdef_ntoiz(const upb_enumdef *e, 3513 return upb_enumdef_ntoiz(this, name, num);
|
D | upb.c | 518 if (upb_enumdef_ntoiz(e, name, NULL)) { in upb_enumdef_addval() 672 if (upb_enumdef_ntoiz(e, s->str, val)) { in enumdefaultint32()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2268 UPB_INLINE bool upb_enumdef_ntoiz(const upb_enumdef *e, in upb_enumdef_ntoiz() function 2885 return upb_enumdef_ntoiz(this, name, num); in FindValueByName()
|
D | upb.c | 446 if (upb_enumdef_ntoiz(e, name, NULL)) { in upb_enumdef_addval() 590 if (upb_enumdef_ntoiz(e, s->str, val)) { in enumdefaultint32()
|