Searched refs:rms_o_1_test_name (Results 1 – 2 of 2) sorted by relevance
/external/google-benchmark/test/ |
D | complexity_test.cc | 63 const char *rms_o_1_test_name = "BM_Complexity_O1_RMS"; variable 72 ADD_COMPLEXITY_CASES(big_o_1_test_name, rms_o_1_test_name, enum_big_o_1); 75 ADD_COMPLEXITY_CASES(big_o_1_test_name, rms_o_1_test_name, auto_big_o_1); 78 ADD_COMPLEXITY_CASES(big_o_1_test_name, rms_o_1_test_name, lambda_big_o_1);
|
/external/libcxx/utils/google-benchmark/test/ |
D | complexity_test.cc | 63 const char *rms_o_1_test_name = "BM_Complexity_O1_RMS"; variable 72 ADD_COMPLEXITY_CASES(big_o_1_test_name, rms_o_1_test_name, enum_big_o_1); 75 ADD_COMPLEXITY_CASES(big_o_1_test_name, rms_o_1_test_name, auto_big_o_1); 78 ADD_COMPLEXITY_CASES(big_o_1_test_name, rms_o_1_test_name, lambda_big_o_1);
|