Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1310 class ReallyBigInputStream : public ZeroCopyInputStream { class
1312 ReallyBigInputStream() : backup_amount_(0), buffer_count_(0) {} in ReallyBigInputStream() function in google::protobuf::io::__anon5322f6d80111::ReallyBigInputStream
1313 ~ReallyBigInputStream() {} in ~ReallyBigInputStream()
1355 ReallyBigInputStream input; in TEST_F()