Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h858 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() function
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2342 return CountIf(test_info_list_, TestDisabled); in disabled_test_count()