Searched refs:StorageEnd (Results 1 – 1 of 1) sorted by relevance
172 const ElementType* StorageEnd() const;174 ElementType* StorageEnd();410 return BinarySearch(element, GetElementAt(cached_min_index_), StorageEnd()); in Search()485 const ElementType* min = GetFirstValidElement(element, StorageEnd()); in EraseInternal()552 std::sort(StorageBegin(), StorageEnd()); in Sort()640 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() const { in StorageEnd() function652 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { in StorageEnd() function660 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd())); in GetElementIndex()700 const ElementType* min = GetFirstValidElement(StorageBegin(), StorageEnd()); in CacheMinElement()