HomeSort by relevance Sort by last modified time
    Searched defs:ArrayInputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 52 ArrayInputStream::ArrayInputStream(const void* data, int size,
61 ArrayInputStream::~ArrayInputStream() {
64 bool ArrayInputStream::Next(const void** data, int* size) {
78 void ArrayInputStream::BackUp(int count) {
87 bool ArrayInputStream::Skip(int count) {
99 int64 ArrayInputStream::ByteCount() const {
zero_copy_stream_impl_lite.h 60 class LIBPROTOBUF_EXPORT ArrayInputStream : public ZeroCopyInputStream {
69 ArrayInputStream(const void* data, int size, int block_size = -1);
70 ~ArrayInputStream();
88 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ArrayInputStream);
152 // ArrayInputStream as follows:
153 // ArrayInputStream input(str.data(), str.size());

Completed in 209 milliseconds