Searched refs:big_o_1_test_name (Results 1 – 2 of 2) sorted by relevance
/external/google-benchmark/test/ |
D | complexity_test.cc | 62 const char *big_o_1_test_name = "BM_Complexity_O1_BigO"; 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 | 62 const char *big_o_1_test_name = "BM_Complexity_O1_BigO"; 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);
|