Home
last modified time | relevance | path

Searched refs:upb_enumdef_ntoi (Results 1 – 9 of 9) 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/protobuf/php/ext/google/protobuf/
Dupb.c1474 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()
Dupb.h3773 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/
Dparser.rl1373 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2983 bool upb_enumdef_ntoi(const upb_enumdef *e, const char *name, size_t len,
2987 return upb_enumdef_ntoi(e, name, strlen(name), num);
Dupb.c1695 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()