Searched refs:accumulate_append (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9947 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() function 10042 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10643 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() function 10738 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text()
|