Searched refs:accumulate_append (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 602 /* Used internally by accumulate_append(). */ 624 * must be valid until the next accumulate_append() call (if any). */ 625 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, 720 if (!accumulate_append(p, buf, len, can_alias)) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 627 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() function 722 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9400 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() function 9493 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 13223 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() function 13318 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text()
|