Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Ddiagnostics_test.cc47 static bool called_once = false; in BM_diagnostic_test() local
49 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
58 called_once = true; in BM_diagnostic_test()
63 static bool called_once = false; in BM_diagnostic_test_keep_running() local
65 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
72 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
74 called_once = true; in BM_diagnostic_test_keep_running()

Completed in 1 milliseconds