Searched defs:StorageEnd (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/
H A Dinvalset-vixl.h172 const ElementType* StorageEnd() const;
174 ElementType* StorageEnd();
409 return BinarySearch(element, GetElementAt(cached_min_index_), StorageEnd());
484 const ElementType* min = GetFirstValidElement(element, StorageEnd());
551 std::sort(StorageBegin(), StorageEnd());
639 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() const { function in class:vixl::InvalSet
651 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { function in class:vixl::InvalSet
659 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd()));
699 const ElementType* min = GetFirstValidElement(StorageBegin(), StorageEnd());

Completed in 75 milliseconds