Home
last modified time | relevance | path

Searched refs:StorageEnd (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/
Dinvalset-vixl.h172 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() function
651 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { in StorageEnd() function
659 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd())); in GetElementIndex()
699 const ElementType* min = GetFirstValidElement(StorageBegin(), StorageEnd()); in CacheMinElement()