Searched refs:upb_enumdef_ntoi (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.h | 253 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()
|
D | def.c | 287 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()
|
D | json_decode.c | 793 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/ |
D | parser.c | 1375 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval_nontop()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1373 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val);
|