Searched refs:can_alias (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 628 bool can_alias) { in accumulate_append() argument 631 if (!p->accumulated && can_alias) { in accumulate_append() 714 bool can_alias) { in multipart_text() argument 722 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text() 728 const upb_bufhandle *handle = can_alias ? p->handle : NULL; in multipart_text()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 623 * If "can_alias" is true, we will try to avoid actually copying, but the buffer 626 bool can_alias) { 629 if (!p->accumulated && can_alias) { 712 bool can_alias) { 720 if (!accumulate_append(p, buf, len, can_alias)) { 726 const upb_bufhandle *handle = can_alias ? p->handle : NULL;
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9401 bool can_alias) { in accumulate_append() argument 9404 if (!p->accumulated && can_alias) { in accumulate_append() 9485 bool can_alias) { in multipart_text() argument 9493 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text() 9499 const upb_bufhandle *handle = can_alias ? p->handle : NULL; in multipart_text()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 13224 bool can_alias) { in accumulate_append() argument 13227 if (!p->accumulated && can_alias) { in accumulate_append() 13309 bool can_alias) { in multipart_text() argument 13318 if (!accumulate_append(p, buf, len, can_alias)) { in multipart_text() 13324 const upb_bufhandle *handle = can_alias ? p->handle : NULL; in multipart_text()
|