/external/protobuf/ruby/ext/google/protobuf_c/ |
message.c | 515 bool found = upb_enumdef_ntoiz(enumdesc->enumdef, name, &num);
|
defs.c | [all...] |
upb.h | 2757 UPB_INLINE bool upb_enumdef_ntoiz(const upb_enumdef *e, function [all...] |
upb.c | 518 if (upb_enumdef_ntoiz(e, name, NULL)) { 672 if (upb_enumdef_ntoiz(e, s->str, val)) { [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.h | 2268 UPB_INLINE bool upb_enumdef_ntoiz(const upb_enumdef *e, function [all...] |
upb.c | 446 if (upb_enumdef_ntoiz(e, name, NULL)) { 590 if (upb_enumdef_ntoiz(e, s->str, val)) { [all...] |