Searched refs:SubstrCnt (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | display_aggregates_only_test.cc | 22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 7 || in main() 23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3\"") != 3 || in main() 24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 || in main() 25 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") != in main() 27 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") != in main() 29 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_cv\"") != 1) { in main()
|
| H A D | report_aggregates_only_test.cc | 22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 4 || in main() 23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 || in main() 24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") != in main() 26 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") != in main() 28 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_cv\"") != 1) { in main()
|
| H A D | output_test.h | 64 int SubstrCnt(const std::string& haystack, const std::string& pat);
|
| H A D | output_test_helper.cc | 448 int SubstrCnt(const std::string& haystack, const std::string& pat) { in SubstrCnt() function
|