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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h261 typedef Traits traits; typedef in class:mcld::HashIterator
262 typedef typename traits::pointer pointer;
263 typedef typename traits::reference reference;
271 typedef typename traits::nonconst_traits nonconst_traits;
275 typedef typename traits::const_traits const_traits;
H A DBinTree.h105 typedef Traits traits; typedef in class:mcld::PolicyIteratorBase
106 typedef typename traits::pointer pointer;
107 typedef typename traits::reference reference;
111 typedef typename traits::nonconst_traits nonconst_traits;
113 typedef typename traits::const_traits const_traits;
193 typedef Traits traits; typedef in struct:mcld::TreeIterator
194 typedef typename traits::pointer pointer;
195 typedef typename traits::reference reference;
200 typedef typename traits::nonconst_traits nonconst_traits;
202 typedef typename traits
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h65 typedef Traits traits; typedef in class:mcld::DataIterator
66 typedef typename traits::pointer pointer;
67 typedef typename traits::reference reference;
71 typedef typename traits::nonconst_traits nonconst_traits;
73 typedef typename traits::const_traits const_traits;
/frameworks/native/include/utils/
H A DTypeHelpers.h30 * Types traits
41 struct traits { struct in namespace:android
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<
[all...]

Completed in 31 milliseconds