Lines Matching refs:MR_Next
12 ADD_CASES(TC_ConsoleOut, {{"^Benchmark %s Time %s CPU %s Iterations$", MR_Next},
13 {"^[-]+$", MR_Next}});
30 {"\"iterations\": %int,$", MR_Next},
31 {"\"real_time\": %int,$", MR_Next},
32 {"\"cpu_time\": %int,$", MR_Next},
33 {"\"time_unit\": \"ns\"$", MR_Next},
34 {"}", MR_Next}});
51 {"\"iterations\": %int,$", MR_Next},
52 {"\"real_time\": %int,$", MR_Next},
53 {"\"cpu_time\": %int,$", MR_Next},
54 {"\"time_unit\": \"ns\",$", MR_Next},
55 {"\"bytes_per_second\": %int$", MR_Next},
56 {"}", MR_Next}});
73 {"\"iterations\": %int,$", MR_Next},
74 {"\"real_time\": %int,$", MR_Next},
75 {"\"cpu_time\": %int,$", MR_Next},
76 {"\"time_unit\": \"ns\",$", MR_Next},
77 {"\"items_per_second\": %int$", MR_Next},
78 {"}", MR_Next}});
94 {"\"iterations\": %int,$", MR_Next},
95 {"\"real_time\": %int,$", MR_Next},
96 {"\"cpu_time\": %int,$", MR_Next},
97 {"\"time_unit\": \"ns\",$", MR_Next},
98 {"\"label\": \"some label\"$", MR_Next},
99 {"}", MR_Next}});
115 {"\"error_occurred\": true,$", MR_Next},
116 {"\"error_message\": \"message\",$", MR_Next}});