HomeSort by relevance Sort by last modified time
    Searched full:trait_trivial_copy (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/utils/
Pair.h 52 struct trait_trivial_copy< uirenderer::Pair<F, S> > struct in namespace:android
  /system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h 36 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android::tinyutils
45 template<> struct trait_trivial_copy< T > { enum { value = true }; }; \
51 template<> struct trait_trivial_copy< T > { enum { value = copy }; }; \
60 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
242 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android::tinyutils
  /frameworks/rs/cpp/util/
TypeHelpers.h 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android::RSC
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android::RSC
  /frameworks/rs/server/
TypeHelpers.h 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
TypeHelpers.h 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android::RSC
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android::RSC
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
TypeHelpers.h 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android::RSC
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android::RSC
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
TypeHelpers.h 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android::RSC
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android::RSC
  /system/core/include/utils/
TypeHelpers.h 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android

Completed in 724 milliseconds