Searched refs:CheckSetEmpty (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/conformance/ |
H A D | conformance_test.cc | 337 bool ConformanceTestSuite::CheckSetEmpty( in CheckSetEmpty() function in google::protobuf::ConformanceTestSuite 423 if (!CheckSetEmpty(expected_to_fail_, "nonexistent_tests.txt", in RunSuite() 431 if (!CheckSetEmpty(unexpected_failing_tests_, "failing_tests.txt", in RunSuite() 440 if (!CheckSetEmpty(unexpected_succeeding_tests_, "succeeding_tests.txt", in RunSuite() 450 CheckSetEmpty(skipped_, "", in RunSuite()
|
H A D | conformance_test.h | 259 bool CheckSetEmpty(const std::set<std::string>& set_to_check,
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 337 bool ConformanceTestSuite::CheckSetEmpty( in CheckSetEmpty() function in google::protobuf::ConformanceTestSuite 423 if (!CheckSetEmpty(expected_to_fail_, "nonexistent_tests.txt", in RunSuite() 431 if (!CheckSetEmpty(unexpected_failing_tests_, "failing_tests.txt", in RunSuite() 440 if (!CheckSetEmpty(unexpected_succeeding_tests_, "succeeding_tests.txt", in RunSuite() 450 CheckSetEmpty(skipped_, "", in RunSuite()
|
H A D | conformance_test.h | 259 bool CheckSetEmpty(const std::set<std::string>& set_to_check,
|