Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc60 upb::BytesSink input() { return input_; } in input()
64 upb::BytesSink input_;
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_util.h167 void ResetBytesSink(upb::BytesSink sink) { in ResetBytesSink()
181 upb::BytesSink sink_;
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h142 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); } in input()
Dtextprinter.h46 BytesSink output) { in Create()
Dencoder.h62 BytesSink output) { in Create()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.h52 BytesSink output) { in Create()
Dparser.h96 BytesSink input() { return upb_json_parser_input(ptr_); } in input()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6098 class BytesSink;
6105 UPB_DECLARE_TYPE(upb::BytesSink, upb_bytessink)
6235 class upb::BytesSink {
6237 BytesSink() {}
6243 template <class T> BytesSink(const BytesHandler* handler, T* closure);
6268 BufferSource(const char* buf, size_t len, BytesSink* sink);
6277 static bool PutBuffer(const char* buf, size_t len, BytesSink* sink);
6279 template <class T> static bool PutBuffer(const T& str, BytesSink* sink) {
6577 BytesSink::BytesSink(const BytesHandler* handler, T* closure) {
6582 void BytesSink::Reset(const BytesHandler *handler, T *closure) {
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.h5662 class BytesSink;
6083 class upb::BytesSink {
6085 BytesSink() {}
6087 BytesSink(const BytesSink&) = default;
6088 BytesSink& operator=(const BytesSink&) = default;
6090 BytesSink(const upb_bytessink& sink) : sink_(sink) {}
6091 BytesSink &operator=(const upb_bytessink &sink) {
6102 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) {
6142 template <class T> bool PutBuffer(const T& str, BytesSink sink) {
6343 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); }
[all …]