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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h246 typedef Traits traits; typedef in class:mcld::HashIterator
247 typedef typename traits::pointer pointer;
248 typedef typename traits::reference reference;
255 typedef typename traits::nonconst_traits nonconst_traits;
258 typedef typename traits::const_traits const_traits;
H A DBinTree.h91 typedef Traits traits; typedef in class:mcld::PolicyIteratorBase
92 typedef typename traits::pointer pointer;
93 typedef typename traits::reference reference;
98 typedef typename traits::nonconst_traits nonconst_traits;
99 typedef typename traits::const_traits const_traits;
183 typedef Traits traits; typedef in struct:mcld::TreeIterator
184 typedef typename traits::pointer pointer;
185 typedef typename traits::reference reference;
190 typedef typename traits::nonconst_traits nonconst_traits;
192 typedef typename traits
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h60 typedef Traits traits; typedef in class:mcld::DataIterator
61 typedef typename traits::pointer pointer;
62 typedef typename traits::reference reference;
66 typedef typename traits::nonconst_traits nonconst_traits;
68 typedef typename traits::const_traits const_traits;
/frameworks/rs/cpp/util/
H A DTypeHelpers.h30 * Types traits
41 struct traits { struct in namespace:android::RSC
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 336 milliseconds