Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.h169 class PROTOBUF_EXPORT ByteSinkWrapper : public strings::ByteSink {
171 explicit ByteSinkWrapper(io::CodedOutputStream* stream) : stream_(stream) {} in ByteSinkWrapper() function
172 ~ByteSinkWrapper() override {} in ~ByteSinkWrapper()
182 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSinkWrapper);
254 ByteSinkWrapper sink_;