OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:called_once
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
diagnostics_test.cc
46
static bool
called_once
= false;
local
48
if (
called_once
== false) try_invalid_pause_resume(state);
54
if (
called_once
== false) try_invalid_pause_resume(state);
56
called_once
= true;
/external/libcxx/utils/google-benchmark/test/
diagnostics_test.cc
46
static bool
called_once
= false;
local
48
if (
called_once
== false) try_invalid_pause_resume(state);
54
if (
called_once
== false) try_invalid_pause_resume(state);
56
called_once
= true;
Completed in 596 milliseconds