Searched refs:ADD_COMPLEXITY_CASES (Results 1 – 1 of 1) sorted by relevance
/third_party/benchmark/test/ |
D | complexity_test.cc | 13 #define ADD_COMPLEXITY_CASES(...) \ macro 95 ADD_COMPLEXITY_CASES(one_test_name, big_o_1_test_name, rms_o_1_test_name, 99 ADD_COMPLEXITY_CASES(one_test_name, big_o_1_test_name, rms_o_1_test_name, 103 ADD_COMPLEXITY_CASES(one_test_name, big_o_1_test_name, rms_o_1_test_name, 150 ADD_COMPLEXITY_CASES(n_test_name, big_o_n_test_name, rms_o_n_test_name, 154 ADD_COMPLEXITY_CASES(n_test_name, big_o_n_test_name, rms_o_n_test_name, 191 ADD_COMPLEXITY_CASES(n_lg_n_test_name, big_o_n_lg_n_test_name, 196 ADD_COMPLEXITY_CASES(n_lg_n_test_name, big_o_n_lg_n_test_name, 219 ADD_COMPLEXITY_CASES(complexity_capture_name, complexity_capture_name + "_BigO",
|