Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.h296 class PROTOBUF_EXPORT ArrayByteSource : public ByteSource {
298 explicit ArrayByteSource(StringPiece s) : input_(s) {} in ArrayByteSource() function
306 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ArrayByteSource);
Dbytestream.cc148 size_t ArrayByteSource::Available() const { in Available()
152 StringPiece ArrayByteSource::Peek() { in Peek()
156 void ArrayByteSource::Skip(size_t n) { in Skip()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc361 strings::ArrayByteSource source(input); in Escape()
/third_party/protobuf/
Dlibprotobuf_lite.map376 "vtable for google::protobuf::strings::ArrayByteSource";