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

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1037 ReallyBigInputStream() : backup_amount_(0), buffer_count_(0) {}
1043 EXPECT_EQ(0, backup_amount_);
1064 backup_amount_ = count;
1070 int backup_amount_; member in class:google::protobuf::io::__anon7808::ReallyBigInputStream
1093 EXPECT_EQ(INT_MAX - 512, input.backup_amount_);

Completed in 47 milliseconds