Searched refs:i_ (Results 1 – 1 of 1) sorted by relevance
231 : table_(table), i_(i), capacity_(capacity) { in IrtIterator()235 ++i_;241 return table_[i_].GetReference();245 return (i_ == rhs.i_ && table_ == rhs.table_); in equals()250 size_t i_; variable