• Home
  • Raw
  • Download

Lines Matching refs:TEMPLATE_INVALSET_P_DEF

83 #define TEMPLATE_INVALSET_P_DEF                                             \  macro
100 typedef InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> > iterator;
242 friend class InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> >;
317 InvalSet<TEMPLATE_INVALSET_P_DEF>::InvalSet() in InvalSet()
326 InvalSet<TEMPLATE_INVALSET_P_DEF>::~InvalSet() in ~InvalSet()
334 typename InvalSet<TEMPLATE_INVALSET_P_DEF>::iterator
335 InvalSet<TEMPLATE_INVALSET_P_DEF>::begin() { in begin()
341 typename InvalSet<TEMPLATE_INVALSET_P_DEF>::iterator
342 InvalSet<TEMPLATE_INVALSET_P_DEF>::end() { in end()
350 void InvalSet<TEMPLATE_INVALSET_P_DEF>::insert(const ElementType& element) { in insert()
382 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::erase(const ElementType& element) { in erase()
395 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::Search( in Search()
415 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::size() const { in size()
421 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::empty() const { in empty()
427 void InvalSet<TEMPLATE_INVALSET_P_DEF>::clear() { in clear()
439 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::GetMinElement() { in GetMinElement()
448 KeyType InvalSet<TEMPLATE_INVALSET_P_DEF>::GetMinElementKey() { in GetMinElementKey()
459 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::IsValid(const ElementType& element) { in IsValid()
465 void InvalSet<TEMPLATE_INVALSET_P_DEF>::EraseInternal(ElementType* element) { in EraseInternal()
497 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::BinarySearch( in BinarySearch()
540 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Sort(SortType sort_type) { in Sort()
562 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Clean() { in Clean()
605 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Front() const { in Front()
612 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Back() const { in Back()
619 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::CleanBack() { in CleanBack()
634 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() const { in StorageBegin()
640 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() const { in StorageEnd()
646 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageBegin() { in StorageBegin()
652 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::StorageEnd() { in StorageEnd()
658 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::GetElementIndex( in GetElementIndex()
666 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::GetElementAt( in GetElementAt()
674 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::GetElementAt(size_t index) { in GetElementAt()
681 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::GetFirstValidElement( in GetFirstValidElement()
691 void InvalSet<TEMPLATE_INVALSET_P_DEF>::CacheMinElement() { in CacheMinElement()
712 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::ShouldReclaimMemory() const { in ShouldReclaimMemory()
723 void InvalSet<TEMPLATE_INVALSET_P_DEF>::ReclaimMemory() { in ReclaimMemory()
912 #undef TEMPLATE_INVALSET_P_DEF