Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp87 inline static bool StartsWithDisabled(const std::string& str) { in StartsWithDisabled() function
135 if (!options_.allow_disabled_tests() && StartsWithDisabled(suite_name)) { in EnumerateTests()
152 if (options_.allow_disabled_tests() || !StartsWithDisabled(test_name)) { in EnumerateTests()