Searched refs:StorageEnd (Results 1 – 1 of 1) sorted by relevance
159 const ElementType* StorageEnd() const;161 ElementType* StorageEnd();338 return BinarySearch(element, ElementAt(cached_min_index_), StorageEnd()); in Search()414 const ElementType* min = FirstValidElement(element, StorageEnd()); in EraseInternal()481 std::sort(StorageBegin(), StorageEnd()); in Sort()569 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() const { in StorageEnd() function581 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { in StorageEnd() function589 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd())); in ElementIndex()629 const ElementType* min = FirstValidElement(StorageBegin(), StorageEnd()); in CacheMinElement()