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.cc135 static void SetupTotalBytesLimitWarningTest(
1229 void CodedStreamTest::SetupTotalBytesLimitWarningTest( in SetupTotalBytesLimitWarningTest() function in google::protobuf::io::__anon92c61eb70111::CodedStreamTest
1249 SetupTotalBytesLimitWarningTest(10240, 1024, &errors, &warnings); in TEST_F()
1268 SetupTotalBytesLimitWarningTest(10240, -1, &errors, &warnings); in TEST_F()
1273 SetupTotalBytesLimitWarningTest(10240, -2, &errors, &warnings); in TEST_F()