Lines Matching refs:BytesSink
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())); }
6455 BytesSink output) {
6521 BytesSink output) {
6639 BytesSink input() { return upb_json_parser_input(ptr_); }
6734 BytesSink output) {