Searched refs:accumulate_getptr (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 661 static const char *accumulate_getptr(upb_json_parser *p, size_t *len) { in accumulate_getptr() function 1083 buf = accumulate_getptr(p, &len); in parse_number() 1294 const char *buf = accumulate_getptr(p, &len); in end_any_stringval() 1372 const char *buf = accumulate_getptr(p, &len); in end_stringval_nontop() 1479 buf = accumulate_getptr(p, &len); in end_duration_base() 1560 buf = accumulate_getptr(p, &len); in parse_timestamp_number() 1663 buf = accumulate_getptr(p, &len); in end_timestamp_fraction() 1735 buf = accumulate_getptr(p, &len); in end_timestamp_zone() 1849 const char *buf = accumulate_getptr(p, &len); in parse_mapentry_key() 1977 const char *buf = accumulate_getptr(p, &len); in end_membername() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 659 static const char *accumulate_getptr(upb_json_parser *p, size_t *len) { 1081 buf = accumulate_getptr(p, &len); 1292 const char *buf = accumulate_getptr(p, &len); 1370 const char *buf = accumulate_getptr(p, &len); 1477 buf = accumulate_getptr(p, &len); 1558 buf = accumulate_getptr(p, &len); 1661 buf = accumulate_getptr(p, &len); 1733 buf = accumulate_getptr(p, &len); 1847 const char *buf = accumulate_getptr(p, &len); 1975 const char *buf = accumulate_getptr(p, &len); [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9432 static const char *accumulate_getptr(upb_json_parser *p, size_t *len) { in accumulate_getptr() function 9848 buf = accumulate_getptr(p, &len); in parse_number() 10057 const char *buf = accumulate_getptr(p, &len); in end_any_stringval() 10135 const char *buf = accumulate_getptr(p, &len); in end_stringval_nontop() 10236 buf = accumulate_getptr(p, &len); in end_duration_base() 10318 buf = accumulate_getptr(p, &len); in parse_timestamp_number() 10421 buf = accumulate_getptr(p, &len); in end_timestamp_fraction() 10516 buf = accumulate_getptr(p, &len); in end_timestamp_zone() 10630 const char *buf = accumulate_getptr(p, &len); in parse_mapentry_key() 10758 const char *buf = accumulate_getptr(p, &len); in end_membername() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 13256 static const char *accumulate_getptr(upb_json_parser *p, size_t *len) { in accumulate_getptr() function 13673 buf = accumulate_getptr(p, &len); in parse_number() 13885 const char *buf = accumulate_getptr(p, &len); in end_any_stringval() 13966 const char *buf = accumulate_getptr(p, &len); in end_stringval_nontop() 14069 buf = accumulate_getptr(p, &len); in end_duration_base() 14155 buf = accumulate_getptr(p, &len); in parse_timestamp_number() 14258 buf = accumulate_getptr(p, &len); in end_timestamp_fraction() 14354 buf = accumulate_getptr(p, &len); in end_timestamp_zone() 14471 const char *buf = accumulate_getptr(p, &len); in parse_mapentry_key() 14603 const char *buf = accumulate_getptr(p, &len); in end_membername() [all …]
|