Searched refs:timed_execution_ (Results 1 – 1 of 1) sorted by relevance
145 void SetTimedExecution() { timed_execution_ = true; } in SetTimedExecution()146 bool IsTimedExecution() const { return timed_execution_; } in IsTimedExecution()152 bool timed_execution_ = false; variable