Home
last modified time | relevance | path

Searched refs:upb_enumdef_ntoi (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h253 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len,
257 return upb_enumdef_ntoi(e, name, strlen(name), num); in upb_enumdef_ntoiz()
Ddef.c287 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function
1452 if (!upb_enumdef_ntoi(e, str, len, &val)) { in parse_default()
Djson_decode.c793 if (!upb_enumdef_ntoi(e, str.data, str.size, &val.int32_val)) { in jsondec_enum()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c1375 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval_nontop()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl1373 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val);