Searched refs:BytesSink (Results 1 – 9 of 9) sorted by relevance
27 class BytesSink; variable449 class upb::BytesSink {451 BytesSink() {} in BytesSink() function453 BytesSink(const BytesSink&) = default;454 BytesSink& operator=(const BytesSink&) = default;456 BytesSink(const upb_bytessink& sink) : sink_(sink) {} in BytesSink() function457 BytesSink &operator=(const upb_bytessink &sink) {468 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) { in BytesSink() function508 template <class T> bool PutBuffer(const T& str, BytesSink sink) { in PutBuffer()
60 upb::BytesSink input() { return input_; } in input()64 upb::BytesSink input_;
167 void ResetBytesSink(upb::BytesSink sink) { in ResetBytesSink()181 upb::BytesSink sink_;
142 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); } in input()
62 BytesSink output) { in Create()
46 BytesSink output) { in Create()
52 BytesSink output) { in Create()
96 BytesSink input() { return upb_json_parser_input(ptr_); } in input()
5223 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 …]