Searched refs:upb_enumdef_ntoi (Results 1 – 9 of 9) 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/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1474 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function 2096 CHK(upb_enumdef_ntoi(e, str, len, &val)); in parse_default() 10138 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval_nontop()
|
D | upb.h | 3773 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len, 3777 return upb_enumdef_ntoi(e, name, strlen(name), num); in upb_enumdef_ntoiz()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1373 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 2983 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len, 2987 return upb_enumdef_ntoi(e, name, strlen(name), num);
|
D | upb.c | 1695 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name, in upb_enumdef_ntoi() function 13969 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val); in end_stringval_nontop()
|