mirror of
https://github.com/google/benchmark.git
synced 2025-03-14 03:10:22 +08:00
parent
f4009ef8e3
commit
90aa8665b5
@ -642,10 +642,10 @@ struct State::StateIterator {
|
||||
State* const parent_;
|
||||
};
|
||||
|
||||
BENCHMARK_ALWAYS_INLINE inline State::StateIterator State::begin() {
|
||||
inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::begin() {
|
||||
return StateIterator(this);
|
||||
}
|
||||
BENCHMARK_ALWAYS_INLINE inline State::StateIterator State::end() {
|
||||
inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::end() {
|
||||
StartKeepRunning();
|
||||
return StateIterator();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user