Searched refs:StorageEnd (Results 1 – 1 of 1) sorted by relevance
172 const ElementType* StorageEnd() const;174 ElementType* StorageEnd();409 return BinarySearch(element, GetElementAt(cached_min_index_), StorageEnd()); in Search()484 const ElementType* min = GetFirstValidElement(element, StorageEnd()); in EraseInternal()551 std::sort(StorageBegin(), StorageEnd()); in Sort()639 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() const { in StorageEnd() function651 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { in StorageEnd() function659 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd())); in GetElementIndex()699 const ElementType* min = GetFirstValidElement(StorageBegin(), StorageEnd()); in CacheMinElement()