Searched refs:toIndex_ (Results 1 – 1 of 1) sorted by relevance
39 ToIndexT toIndex_; variable47 assert(toIndex_(n) < storage_.size() && "index out of bounds!");48 return storage_[toIndex_(n)];52 assert(toIndex_(n) < storage_.size() && "index out of bounds!");53 return storage_[toIndex_(n)];69 unsigned NewSize = toIndex_(n) + 1; in grow()75 return toIndex_(n) < storage_.size(); in inBounds()