HomeSort by relevance Sort by last modified time
    Searched refs:not_checks (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 68 TestCaseList const& not_checks) {
79 for (const auto& NC : not_checks) {
101 std::vector<TestCase> not_checks; local
105 not_checks.push_back(TC);
108 CheckCase(output, TC, not_checks);
109 not_checks.clear();
  /external/google-benchmark/test/
output_test_helper.cc 78 TestCaseList const& not_checks) {
89 for (const auto& NC : not_checks) {
111 std::vector<TestCase> not_checks; local
115 not_checks.push_back(TC);
118 CheckCase(output, TC, not_checks);
119 not_checks.clear();
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 78 TestCaseList const& not_checks) {
89 for (const auto& NC : not_checks) {
111 std::vector<TestCase> not_checks; local
115 not_checks.push_back(TC);
118 CheckCase(output, TC, not_checks);
119 not_checks.clear();

Completed in 436 milliseconds