Searched refs:upb_enumdef_ntoi (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 3410 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len, 3414 return upb_enumdef_ntoi(e, name, strlen(name), num); in upb_enumdef_ntoiz()
|
H A D | php-upb.c | 3810 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function 4727 CHK(upb_enumdef_ntoi(e, str, len, &val)); in parse_default() 6765 if (!upb_enumdef_ntoi(e, str.data, str.size, &val.int32_val)) { in jsondec_enum()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 3338 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len, 3342 return upb_enumdef_ntoi(e, name, strlen(name), num); in upb_enumdef_ntoiz()
|
H A D | upb.c | 3365 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function 4264 CHK(upb_enumdef_ntoi(e, str, len, &val)); in parse_default() 10324 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval_nontop()
|
Completed in 63 milliseconds