Home
last modified time | relevance | path

Searched refs:upb_enumdef_ntoi (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h3410 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 Dphp-upb.c3810 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 Dupb.h3338 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 Dupb.c3365 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 66 milliseconds