Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc129 static void SetupTotalBytesLimitWarningTest(
1222 void CodedStreamTest::SetupTotalBytesLimitWarningTest( in SetupTotalBytesLimitWarningTest() function in google::protobuf::io::__anon5322f6d80111::CodedStreamTest
1242 SetupTotalBytesLimitWarningTest(10240, 1024, &errors, &warnings); in TEST_F()
1261 SetupTotalBytesLimitWarningTest(10240, -1, &errors, &warnings); in TEST_F()
1266 SetupTotalBytesLimitWarningTest(10240, -2, &errors, &warnings); in TEST_F()