Home
last modified time | relevance | path

Searched refs:called_once (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
48 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
54 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 called_once = true; in BM_diagnostic_test()
/external/google-benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
48 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
54 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 called_once = true; in BM_diagnostic_test()