Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dreporter_output_test.cc660 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
665 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
696 ADD_CASES(TC_CSVOut, {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
711 {{".*BM_SummaryDisplay/repeats:2 ", MR_Not},
716 {{".*BM_SummaryDisplay/repeats:2 ", MR_Not},
748 {{".*BM_SummaryDisplay/repeats:2 ", MR_Not},
764 {{".*BM_RepeatTimeUnit/repeats:3 ", MR_Not},
771 {{".*BM_RepeatTimeUnit/repeats:3 ", MR_Not},
806 {{".*BM_RepeatTimeUnit/repeats:3 ", MR_Not},
H A Dcomplexity_test.cc29 {"^%bigo_name", MR_Not}, // Assert we we didn't only matched a name. in AddComplexityTest()
59 {"^\"%bigo_name\"", MR_Not}, in AddComplexityTest()
H A Doutput_test.h27 MR_Not // No line between the current position and the next match matches enumerator
H A Doutput_test_helper.cc132 if (TC.match_rule == MR_Not) { in CheckCases()