Searched refs:upb_enumdef_ntoiz (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c515 bool found = upb_enumdef_ntoiz(enumdesc->enumdef, name, &num);
H A Ddefs.c1102 if (upb_enumdef_ntoiz(self->enumdef, name_str, &val)) {
H A Dupb.h2757 UPB_INLINE bool upb_enumdef_ntoiz(const upb_enumdef *e, function
3513 return upb_enumdef_ntoiz(this, name, num);
H A Dupb.c518 if (upb_enumdef_ntoiz(e, name, NULL)) {
672 if (upb_enumdef_ntoiz(e, s->str, val)) {
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h2268 UPB_INLINE bool upb_enumdef_ntoiz(const upb_enumdef *e, function
2885 return upb_enumdef_ntoiz(this, name, num);
H A Dupb.c446 if (upb_enumdef_ntoiz(e, name, NULL)) {
590 if (upb_enumdef_ntoiz(e, s->str, val)) {

Completed in 444 milliseconds