Home
last modified time | relevance | path

Searched refs:upb_sink_putstring (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c519 upb_sink_putstring(p->top->sink, sel, output, 3, NULL); in base64_push()
544 upb_sink_putstring(p->top->sink, sel, &output, 1, NULL); in base64_push()
561 upb_sink_putstring(p->top->sink, sel, output, 2, NULL); in base64_push()
729 upb_sink_putstring(p->top->sink, p->string_selector, buf, len, handle); in multipart_text()
1305 upb_sink_putstring(inner->sink, sel, buf, len, NULL); in end_any_stringval()
1812 upb_sink_putstring(p->top->sink, sel, "_", 1, NULL); in lower_camel_push()
1813 upb_sink_putstring(p->top->sink, sel, &lower, 1, NULL); in lower_camel_push()
1815 upb_sink_putstring(p->top->sink, sel, ptr, 1, NULL); in lower_camel_push()
1894 upb_sink_putstring(subsink, sel, buf, len, NULL); in parse_mapentry_key()
2367 upb_sink_putstring(inner->sink, sel, p->top->any_frame->stringsink.ptr, in end_any_object()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h69 UPB_INLINE size_t upb_sink_putstring(upb_sink s, upb_selector_t sel, in upb_sink_putstring() function
344 return upb_sink_putstring(sink_, s, buf, len, handle); in PutStringBuffer()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl517 upb_sink_putstring(p->top->sink, sel, output, 3, NULL);
542 upb_sink_putstring(p->top->sink, sel, &output, 1, NULL);
559 upb_sink_putstring(p->top->sink, sel, output, 2, NULL);
727 upb_sink_putstring(p->top->sink, p->string_selector, buf, len, handle);
1303 upb_sink_putstring(inner->sink, sel, buf, len, NULL);
1810 upb_sink_putstring(p->top->sink, sel, "_", 1, NULL);
1811 upb_sink_putstring(p->top->sink, sel, &lower, 1, NULL);
1813 upb_sink_putstring(p->top->sink, sel, ptr, 1, NULL);
1892 upb_sink_putstring(subsink, sel, buf, len, NULL);
2365 upb_sink_putstring(inner->sink, sel, p->top->any_frame->stringsink.ptr,
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1518 upb_sink_putstring(subsink, getsel(f, UPB_HANDLER_STRING), Z_STRVAL_P(str), in putstr()
1540 upb_sink_putstring(subsink, getsel(f, UPB_HANDLER_STRING), str, len, NULL); in putrawstr()
Dupb.c7496 size_t n = upb_sink_putstring(d->top->sink, arg, d->ptr, len, handle); in run_decoder_vm()
9292 upb_sink_putstring(p->top->sink, sel, output, 3, NULL); in base64_push()
9317 upb_sink_putstring(p->top->sink, sel, &output, 1, NULL); in base64_push()
9334 upb_sink_putstring(p->top->sink, sel, output, 2, NULL); in base64_push()
9500 upb_sink_putstring(p->top->sink, p->string_selector, buf, len, handle); in multipart_text()
10068 upb_sink_putstring(inner->sink, sel, buf, len, NULL); in end_any_stringval()
10593 upb_sink_putstring(p->top->sink, sel, "_", 1, NULL); in lower_camel_push()
10594 upb_sink_putstring(p->top->sink, sel, &lower, 1, NULL); in lower_camel_push()
10596 upb_sink_putstring(p->top->sink, sel, ptr, 1, NULL); in lower_camel_push()
10675 upb_sink_putstring(subsink, sel, buf, len, NULL); in parse_mapentry_key()
[all …]
Dupb.h5704 UPB_INLINE size_t upb_sink_putstring(upb_sink s, upb_selector_t sel,
5978 return upb_sink_putstring(sink_, s, buf, len, handle);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c767 size_t n = upb_sink_putstring(d->top->sink, arg, d->ptr, len, handle); in run_decoder_vm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11265 size_t n = upb_sink_putstring(&d->top->sink, arg, d->ptr, len, handle); in run_decoder_vm()
13112 upb_sink_putstring(&p->top->sink, sel, output, 3, NULL); in base64_push()
13138 upb_sink_putstring(&p->top->sink, sel, &output, 1, NULL); in base64_push()
13155 upb_sink_putstring(&p->top->sink, sel, output, 2, NULL); in base64_push()
13325 upb_sink_putstring(&p->top->sink, p->string_selector, buf, len, handle); in multipart_text()
13896 upb_sink_putstring(&inner->sink, sel, buf, len, NULL); in end_any_stringval()
14434 upb_sink_putstring(&p->top->sink, sel, "_", 1, NULL); in lower_camel_push()
14435 upb_sink_putstring(&p->top->sink, sel, &lower, 1, NULL); in lower_camel_push()
14437 upb_sink_putstring(&p->top->sink, sel, ptr, 1, NULL); in lower_camel_push()
14518 upb_sink_putstring(&subsink, sel, buf, len, NULL); in parse_mapentry_key()
[all …]
Dencode_decode.c987 upb_sink_putstring(&subsink, getsel(f, UPB_HANDLER_STRING), RSTRING_PTR(str), in putstr()
Dupb.h6375 UPB_INLINE size_t upb_sink_putstring(upb_sink *s, upb_selector_t sel,
6558 return upb_sink_putstring(this, sel, buf, len, handle);