Searched refs:ByteSinkWrapper (Results 1 – 1 of 1) sorted by relevance
169 class PROTOBUF_EXPORT ByteSinkWrapper : public strings::ByteSink {171 explicit ByteSinkWrapper(io::CodedOutputStream* stream) : stream_(stream) {} in ByteSinkWrapper() function172 ~ByteSinkWrapper() override {} in ~ByteSinkWrapper()182 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSinkWrapper);254 ByteSinkWrapper sink_;