Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h960 static bool TestPassed(const TestInfo* test_info) { in TestPassed() function
/third_party/googletest/googletest/include/gtest/
Dgtest.h981 static bool TestPassed(const TestInfo* test_info) { in TestPassed() function
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2709 return CountIf(test_info_list_, TestPassed); in successful_test_count()
/third_party/googletest/googletest/src/
Dgtest.cc2907 return CountIf(test_info_list_, TestPassed); in successful_test_count()
/third_party/cef/tools/distrib/gtest/
Dgtest.h10862 static bool TestPassed(const TestInfo* test_info) {
Dgtest-all.cc4398 return CountIf(test_info_list_, TestPassed); in successful_test_count()