Searched refs:toIndex_ (Results 1 – 2 of 2) 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()
41 ToIndexT toIndex_; variable49 assert(toIndex_(n) < storage_.size() && "index out of bounds!");50 return storage_[toIndex_(n)];54 assert(toIndex_(n) < storage_.size() && "index out of bounds!");55 return storage_[toIndex_(n)];71 unsigned NewSize = toIndex_(n) + 1; in grow()77 return toIndex_(n) < storage_.size(); in inBounds()