Home
last modified time | relevance | path

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

/external/vixl/src/vixl/
Dinvalset.h158 const ElementType* StorageBegin() const;
160 ElementType* StorageBegin();
481 std::sort(StorageBegin(), StorageEnd()); in Sort()
563 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() const { in StorageBegin() function
575 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() { in StorageBegin() function
589 VIXL_ASSERT((StorageBegin() <= element) && (element < StorageEnd())); in ElementIndex()
590 return element - StorageBegin(); in ElementIndex()
599 return StorageBegin() + index; in ElementAt()
606 return StorageBegin() + index; in ElementAt()
629 const ElementType* min = FirstValidElement(StorageBegin(), StorageEnd()); in CacheMinElement()