Home
last modified time | relevance | path

Searched refs:accumulate_append (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl602 /* 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/
Dparser.c627 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/
Dupb.c9400 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/
Dupb.c13223 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()