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 56 ArrayInputStream::ArrayInputStream(const void* data, int size,
65 ArrayInputStream::~ArrayInputStream() {
68 bool ArrayInputStream::Next(const void** data, int* size) {
82 void ArrayInputStream::BackUp(int count) {
91 bool ArrayInputStream::Skip(int count) {
103 int64 ArrayInputStream::ByteCount() const {
zero_copy_stream_impl_lite.h 61 class LIBPROTOBUF_EXPORT ArrayInputStream : public ZeroCopyInputStream {
70 ArrayInputStream(const void* data, int size, int block_size = -1);
71 ~ArrayInputStream();
89 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ArrayInputStream);
153 // ArrayInputStream as follows:
154 // ArrayInputStream input(str.data(), str.size());

Completed in 679 milliseconds