Searched refs:restart_index_ (Results 1 – 1 of 1) sorted by relevance
96 uint32 restart_index_; // Index of restart block in which current_ falls member in tensorflow::table::Block::Iter117 restart_index_ = index; in SeekToRestartPoint()131 restart_index_(num_restarts_) { in Iter()199 restart_index_ = num_restarts_; in CorruptionError()212 restart_index_ = num_restarts_; in ParseNextKey()226 while (restart_index_ + 1 < num_restarts_ && in ParseNextKey()227 GetRestartPoint(restart_index_ + 1) < current_) { in ParseNextKey()228 ++restart_index_; in ParseNextKey()