Searched refs:StorageBegin (Results 1 – 1 of 1) sorted by relevance
158 const ElementType* StorageBegin() const;160 ElementType* StorageBegin();481 std::sort(StorageBegin(), StorageEnd()); in Sort()563 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() const { in StorageBegin() function575 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() { in StorageBegin() function589 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd())); in ElementIndex()590 return element - StorageBegin(); in ElementIndex()599 return StorageBegin() + index; in ElementAt()606 return StorageBegin() + index; in ElementAt()629 const ElementType* min = FirstValidElement(StorageBegin(), StorageEnd()); in CacheMinElement()