Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Ddisplay_aggregates_only_test.cc22 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 Dreport_aggregates_only_test.cc22 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 Doutput_test.h64 int SubstrCnt(const std::string& haystack, const std::string& pat);
H A Doutput_test_helper.cc448 int SubstrCnt(const std::string& haystack, const std::string& pat) { in SubstrCnt() function