Home
last modified time | relevance | path

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

/external/vixl/src/vixl/
Dinvalset.h87 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()
[all …]
/external/vixl/test/
Dtest-invalset.cc70 typedef InvalSet<Obj,
78 inline KeyType InvalSet<Obj,
87 inline void InvalSet<Obj,
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h269 typedef InvalSet<BranchInfo,
461 inline ptrdiff_t InvalSet<VeneerPool::BranchInfo,
471 inline void InvalSet<VeneerPool::BranchInfo,
Dassembler-a64.h776 typedef InvalSet<ptrdiff_t,
875 inline ptrdiff_t InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::Key( in Key()
880 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( in SetKey()