Searched refs:TestDisabled (Results 1 – 10 of 10) sorted by relevance
702 static bool TestDisabled(const TestInfo * test_info) { in TestDisabled() function
777 static bool TestDisabled(const TestInfo * test_info) { in TestDisabled() function
2325 return test_info_list_->CountIf(TestDisabled); in disabled_test_count()
707 static bool TestDisabled(const TestInfo * test_info);
786 static bool TestDisabled(const TestInfo * test_info);
856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() function
2321 return test_info_list_->CountIf(TestDisabled); in disabled_test_count()2424 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled() function in testing::TestCase
2318 return CountIf(test_info_list_, TestDisabled); in disabled_test_count()2419 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled() function in testing::TestCase
2032 return test_info_list_->CountIf(TestDisabled); in disabled_test_count()
2369 return CountIf(test_info_list_, TestDisabled); in disabled_test_count()