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

/external/vixl/src/
H A Dinvalset-vixl.h43 // and restrictions. "InvalSet" stands for "Invalidatable Set".
91 class InvalSet { class in namespace:vixl
93 InvalSet();
94 ~InvalSet();
100 typedef InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> > iterator;
235 InvalSet(const InvalSet& other) = delete;
236 InvalSet operator=(const InvalSet& other) = delete;
238 InvalSet(cons
317 InvalSet<TEMPLATE_INVALSET_P_DEF>::InvalSet() function in class:vixl::InvalSet
[all...]

Completed in 123 milliseconds