Searched defs:ReallyBigInputStream (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1035 class ReallyBigInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io::__anon7808
1037 ReallyBigInputStream() : backup_amount_(0), buffer_count_(0) {} function in class:google::protobuf::io::__anon7808::ReallyBigInputStream
1038 ~ReallyBigInputStream() {}
1080 ReallyBigInputStream input;

Completed in 25 milliseconds