Searched refs:BytesSink (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | sink.h | 27 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/ |
D | test_encoder.cc | 60 upb::BytesSink input() { return input_; } in input() 64 upb::BytesSink input_;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_util.h | 167 void ResetBytesSink(upb::BytesSink sink) { in ResetBytesSink() 181 upb::BytesSink sink_;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.h | 142 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); } in input()
|
D | textprinter.h | 46 BytesSink output) { in Create()
|
D | encoder.h | 62 BytesSink output) { in Create()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | printer.h | 52 BytesSink output) { in Create()
|
D | parser.h | 96 BytesSink input() { return upb_json_parser_input(ptr_); } in input()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6098 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/ |
D | upb.h | 5662 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 …]
|