Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Doutput_test_helper.cc96 TestCaseList const& not_checks) { in CheckCase() argument
107 for (const auto& NC : not_checks) { in CheckCase()
129 std::vector<TestCase> not_checks; in CheckCases() local
133 not_checks.push_back(TC); in CheckCases()
136 CheckCase(output, TC, not_checks); in CheckCases()
137 not_checks.clear(); in CheckCases()