Searched refs:kDone (Results 1 – 2 of 2) sorted by relevance
400 bool is_valid() const { return state_ != kDone; } in is_valid()412 static constexpr uint8_t kDone = 3; variable
296 while (state_ != kDone) { in operator ++()379 state_ = kDone; in Advance()
Completed in 5 milliseconds