Lines Matching refs:InvalSet
87 template<TEMPLATE_INVALSET_P_DECL> class InvalSet {
89 InvalSet();
90 ~InvalSet();
218 friend class InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> >;
263 InvalSet<TEMPLATE_INVALSET_P_DEF>::InvalSet() in InvalSet() function
273 InvalSet<TEMPLATE_INVALSET_P_DEF>::~InvalSet() { in ~InvalSet()
280 void InvalSet<TEMPLATE_INVALSET_P_DEF>::insert(const ElementType& element) { in insert()
312 void InvalSet<TEMPLATE_INVALSET_P_DEF>::erase(const ElementType& element) { in erase()
323 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::Search( in Search()
343 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::size() const { in size()
349 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::empty() const { in empty()
355 void InvalSet<TEMPLATE_INVALSET_P_DEF>::clear() { in clear()
367 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::min_element() { in min_element()
376 KeyType InvalSet<TEMPLATE_INVALSET_P_DEF>::min_element_key() { in min_element_key()
387 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::IsValid(const ElementType& element) { in IsValid()
393 void InvalSet<TEMPLATE_INVALSET_P_DEF>::EraseInternal(ElementType* element) { in EraseInternal()
426 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::BinarySearch( in BinarySearch()
469 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Sort(SortType sort_type) { in Sort()
491 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Clean() { in Clean()
534 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Front() const { in Front()
541 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Back() const { in Back()
548 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::CleanBack() { in CleanBack()
563 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() const { in StorageBegin()
569 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() const { in StorageEnd()
575 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() { in StorageBegin()
581 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { in StorageEnd()
587 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::ElementIndex( in ElementIndex()
595 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::ElementAt( in ElementAt()
603 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::ElementAt(size_t index) { in ElementAt()
610 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::FirstValidElement( in FirstValidElement()
620 void InvalSet<TEMPLATE_INVALSET_P_DEF>::CacheMinElement() { in CacheMinElement()
641 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::ShouldReclaimMemory() const { in ShouldReclaimMemory()
652 void InvalSet<TEMPLATE_INVALSET_P_DEF>::ReclaimMemory() { in ReclaimMemory()