Searched refs:traits (Results 1 - 6 of 6) sorted by relevance

/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...]
/frameworks/rs/server/
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...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h102 typedef Traits traits; typedef in class:mcld::PolicyIteratorBase
103 typedef typename traits::pointer pointer;
104 typedef typename traits::reference reference;
108 typedef typename traits::nonconst_traits nonconst_traits;
110 typedef typename traits::const_traits const_traits;
190 typedef Traits traits; typedef in struct:mcld::TreeIterator
191 typedef typename traits::pointer pointer;
192 typedef typename traits::reference reference;
197 typedef typename traits::nonconst_traits nonconst_traits;
199 typedef typename traits
[all...]
H A DHashIterator.h258 typedef Traits traits; typedef in class:mcld::HashIterator
259 typedef typename traits::pointer pointer;
260 typedef typename traits::reference reference;
268 typedef typename traits::nonconst_traits nonconst_traits;
272 typedef typename traits::const_traits const_traits;
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h62 typedef Traits traits; typedef in class:mcld::DataIterator
63 typedef typename traits::pointer pointer;
64 typedef typename traits::reference reference;
68 typedef typename traits::nonconst_traits nonconst_traits;
70 typedef typename traits::const_traits const_traits;
/frameworks/base/libs/hwui/utils/
H A DSortedList.h111 SortedListImpl(sizeof(TYPE), ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
112 | (traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)
113 | (traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0))) {

Completed in 180 milliseconds