Home
last modified time | relevance | path

Searched refs:traits (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/server/
DTypeHelpers.h41 struct traits {
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<U>::has_trivial_move
133 if (!traits<TYPE>::has_trivial_ctor) {
142 if (!traits<TYPE>::has_trivial_dtor) {
152 if (!traits<TYPE>::has_trivial_copy) {
164 if (!traits<TYPE>::has_trivial_copy) {
178 if ((traits<TYPE>::has_trivial_dtor && traits<TYPE>::has_trivial_copy)
[all …]
/frameworks/rs/cpp/util/
DTypeHelpers.h41 struct traits {
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<U>::has_trivial_move
133 if (!traits<TYPE>::has_trivial_ctor) {
142 if (!traits<TYPE>::has_trivial_dtor) {
152 if (!traits<TYPE>::has_trivial_copy) {
164 if (!traits<TYPE>::has_trivial_copy) {
178 if ((traits<TYPE>::has_trivial_dtor && traits<TYPE>::has_trivial_copy)
[all …]
/frameworks/compile/mclinker/include/mcld/ADT/
DBinTree.h91 typedef Traits traits; typedef
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
184 typedef typename traits::pointer pointer;
185 typedef typename traits::reference reference;
190 typedef typename traits::nonconst_traits nonconst_traits;
192 typedef typename traits::const_traits const_traits;
DHashIterator.h246 typedef Traits traits; typedef
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;
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h60 typedef Traits traits; typedef
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/base/docs/html/guide/topics/resources/
Dmenu-resource.jd212 <dd>A menu group (to create a collection of items that share traits, such as whether they are
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd806 <p>A menu group is a collection of menu items that share certain traits. With a group, you
840 in the menu are siblings. However, you can modify the traits of the two