Home
last modified time | relevance | path

Searched refs:BytesSink (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dsink.h27 class BytesSink; variable
449 class upb::BytesSink {
451 BytesSink() {} in BytesSink() function
453 BytesSink(const BytesSink&) = default;
454 BytesSink& operator=(const BytesSink&) = default;
456 BytesSink(const upb_bytessink& sink) : sink_(sink) {} in BytesSink() function
457 BytesSink &operator=(const upb_bytessink &sink) {
468 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) { in BytesSink() function
508 template <class T> bool PutBuffer(const T& str, BytesSink sink) { in PutBuffer()
/third_party/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc60 upb::BytesSink input() { return input_; } in input()
64 upb::BytesSink input_;
/third_party/grpc/third_party/upb/tests/
Dtest_util.h167 void ResetBytesSink(upb::BytesSink sink) { in ResetBytesSink()
181 upb::BytesSink sink_;
/third_party/grpc/third_party/upb/upb/pb/
Ddecoder.h142 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); } in input()
Dencoder.h62 BytesSink output) { in Create()
Dtextprinter.h46 BytesSink output) { in Create()
/third_party/grpc/third_party/upb/upb/json/
Dprinter.h52 BytesSink output) { in Create()
Dparser.h96 BytesSink input() { return upb_json_parser_input(ptr_); } in input()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5223 class BytesSink;
5645 class upb::BytesSink {
5647 BytesSink() {}
5649 BytesSink(const BytesSink&) = default;
5650 BytesSink& operator=(const BytesSink&) = default;
5652 BytesSink(const upb_bytessink& sink) : sink_(sink) {}
5653 BytesSink &operator=(const upb_bytessink &sink) {
5664 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) {
5704 template <class T> bool PutBuffer(const T& str, BytesSink sink) {
5860 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); }
[all …]