Searched defs:can_alias (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c9945 * If "can_alias" is true, we will try to avoid actually copying, but the buffer
9948 bool can_alias) {
9951 if (!p->accumulated && can_alias) {
10033 bool can_alias) {
10042 if (!accumulate_append(p, buf, len, can_alias)) {
10048 const upb_bufhandle *handle = can_alias ? p->handle : NULL;
9947 accumulate_append(upb_json_parser *p, const char *buf, size_t len, bool can_alias) argument
10032 multipart_text(upb_json_parser *p, const char *buf, size_t len, bool can_alias) argument
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c10641 * If "can_alias" is true, we will try to avoid actually copying, but the buffer
10644 bool can_alias) {
10647 if (!p->accumulated && can_alias) {
10729 bool can_alias) {
10738 if (!accumulate_append(p, buf, len, can_alias)) {
10744 const upb_bufhandle *handle = can_alias ? p->handle : NULL;
10643 accumulate_append(upb_json_parser *p, const char *buf, size_t len, bool can_alias) argument
10728 multipart_text(upb_json_parser *p, const char *buf, size_t len, bool can_alias) argument

Completed in 7930 milliseconds