OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trait_trivial_dtor
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h
35
template <typename T> struct
trait_trivial_dtor
{ enum { value = false }; };
struct in namespace:android::tinyutils
44
template<> struct
trait_trivial_dtor
< T > { enum { value = true }; }; \
50
template<> struct
trait_trivial_dtor
< T > { enum { value = dtor }; }; \
59
has_trivial_dtor = is_pointer ||
trait_trivial_dtor
<TYPE>::value,
238
struct
trait_trivial_dtor
< key_value_pair_t<K, V> >
struct in namespace:android::tinyutils
/frameworks/base/libs/hwui/utils/
Pair.h
47
struct
trait_trivial_dtor
< uirenderer::Pair<F, S> >
struct in namespace:android
/frameworks/rs/cpp/util/
TypeHelpers.h
34
template <typename T> struct
trait_trivial_dtor
{ enum { value = false }; };
struct in namespace:android::RSC
48
has_trivial_dtor = is_pointer ||
trait_trivial_dtor
<TYPE>::value,
75
template<> struct
trait_trivial_dtor
< T > { enum { value = true }; };
252
struct
trait_trivial_dtor
< key_value_pair_t<K, V> >
struct in namespace:android::RSC
/frameworks/rs/server/
TypeHelpers.h
34
template <typename T> struct
trait_trivial_dtor
{ enum { value = false }; };
struct in namespace:android
48
has_trivial_dtor = is_pointer ||
trait_trivial_dtor
<TYPE>::value,
75
template<> struct
trait_trivial_dtor
< T > { enum { value = true }; };
252
struct
trait_trivial_dtor
< key_value_pair_t<K, V> >
struct in namespace:android
/system/core/include/utils/
TypeHelpers.h
34
template <typename T> struct
trait_trivial_dtor
{ enum { value = false }; };
struct in namespace:android
48
has_trivial_dtor = is_pointer ||
trait_trivial_dtor
<TYPE>::value,
75
template<> struct
trait_trivial_dtor
< T > { enum { value = true }; };
252
struct
trait_trivial_dtor
< key_value_pair_t<K, V> >
struct in namespace:android
Completed in 1405 milliseconds