Searched refs:KeepRunningInternal (Results 1 – 1 of 1) sorted by relevance
795 bool KeepRunningInternal(IterationCount n, bool is_batch);809 return KeepRunningInternal(1, /*is_batch=*/false); in KeepRunning()813 return KeepRunningInternal(n, /*is_batch=*/true); in KeepRunningBatch()816 inline BENCHMARK_ALWAYS_INLINE bool State::KeepRunningInternal(IterationCount n, in KeepRunningInternal() function