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.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...]
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;
/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/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 299 milliseconds