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.cc1317 class ReallyBigInputStream : public ZeroCopyInputStream { class
1319 ReallyBigInputStream() : backup_amount_(0), buffer_count_(0) {} in ReallyBigInputStream() function in google::protobuf::io::__anon92c61eb70111::ReallyBigInputStream
1320 ~ReallyBigInputStream() {} in ~ReallyBigInputStream()
1362 ReallyBigInputStream input; in TEST_F()