Searched refs:upb_enumdef_ntoi (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2266 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len, 2270 return upb_enumdef_ntoi(e, name, strlen(name), num); in upb_enumdef_ntoiz()
|
D | upb.c | 494 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function 10396 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 2755 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len, 2759 return upb_enumdef_ntoi(e, name, strlen(name), num);
|
D | upb.c | 572 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function 11093 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval()
|