Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c264 upb_selector_t string_selector; member
710 p->string_selector = sel; in multipart_start()
729 upb_sink_putstring(p->top->sink, p->string_selector, buf, len, handle); in multipart_text()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl262 upb_selector_t string_selector;
708 p->string_selector = sel;
727 upb_sink_putstring(p->top->sink, p->string_selector, buf, len, handle);
/external/protobuf/php/ext/google/protobuf/
Dupb.c9037 upb_selector_t string_selector; member
9481 p->string_selector = sel; in multipart_start()
9500 upb_sink_putstring(p->top->sink, p->string_selector, buf, len, handle); in multipart_text()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12865 upb_selector_t string_selector; member
13305 p->string_selector = sel; in multipart_start()
13325 upb_sink_putstring(&p->top->sink, p->string_selector, buf, len, handle); in multipart_text()