Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1312 ReallyBigInputStream() : backup_amount_(0), buffer_count_(0) {} in ReallyBigInputStream()
1318 EXPECT_EQ(0, backup_amount_); in Next()
1339 backup_amount_ = count; in BackUp()
1345 int backup_amount_; member in google::protobuf::io::__anon5322f6d80111::ReallyBigInputStream
1368 EXPECT_EQ(INT_MAX - 512, input.backup_amount_); in TEST_F()