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.cc1319 ReallyBigInputStream() : backup_amount_(0), buffer_count_(0) {} in ReallyBigInputStream()
1325 EXPECT_EQ(0, backup_amount_); in Next()
1346 backup_amount_ = count; in BackUp()
1352 int backup_amount_; member in google::protobuf::io::__anon8e03bf410111::ReallyBigInputStream
1375 EXPECT_EQ(INT_MAX - 512, input.backup_amount_); in TEST_F()