Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dbytestream.h106 class LIBPROTOBUF_EXPORT ByteSource {
108 ByteSource() {} in ByteSource() function
109 virtual ~ByteSource() {} in ~ByteSource()
144 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSource);
295 class LIBPROTOBUF_EXPORT ArrayByteSource : public ByteSource {
326 class LIBPROTOBUF_EXPORT LimitByteSource : public ByteSource {
329 LimitByteSource(ByteSource* source, size_t limit);
340 ByteSource* source_;
Dbytestream.cc40 void ByteSource::CopyTo(ByteSink* sink, size_t n) { in CopyTo()
159 LimitByteSource::LimitByteSource(ByteSource *source, size_t limit) in LimitByteSource()
Dbytestream_unittest.cc48 class MockByteSource : public ByteSource {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_escaping.h80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
Djson_escaping.cc358 void JsonEscaping::Escape(strings::ByteSource* input, in Escape()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dconstants.js83 jspb.ByteSource;