HomeSort by relevance Sort by last modified time
    Searched defs:is_pointer (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/cld/base/
type_traits.h 13 // is_pointer
67 // is_pointer is false except for pointer types.
68 template <class T> struct is_pointer : false_type { }; struct in namespace:base
69 template <class T> struct is_pointer<T*> : true_type { }; struct in namespace:base
83 is_pointer<T>::value)> { };
  /external/chromium_org/base/
template_util.h 28 template <class T> struct is_pointer : false_type {}; struct in namespace:base
29 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:base
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
template_util.h 30 template <class T> struct is_pointer : false_type {}; struct in namespace:i18n::addressinput
31 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:i18n::addressinput
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 27 template <class T> struct is_pointer : false_type {}; struct in namespace:i18n::phonenumbers
28 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:i18n::phonenumbers
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 265 def is_pointer(self): member in class:type_expression
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits.h 40 // is_pointer
71 template <class T> struct is_pointer;
136 // is_pointer is false except for pointer types. A cv-qualified type (e.g.
139 template <class T> struct is_pointer : false_type { }; struct in namespace:google::protobuf::internal
140 template <class T> struct is_pointer<T*> : true_type { }; struct in namespace:google::protobuf::internal
141 template <class T> struct is_pointer<const T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal
142 template <class T> struct is_pointer<volatile T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal
143 template <class T> struct is_pointer<const volatile T> : is_pointer<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/chromium_org/third_party/webrtc/base/
template_util.h 32 template <class T> struct is_pointer : false_type {}; struct in namespace:rtc
33 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:rtc
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
template_util.h 34 template <class T> struct is_pointer : false_type {}; struct in namespace:webrtc
35 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:webrtc
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 265 def is_pointer(self): member in class:type_expression
  /frameworks/rs/server/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon39996
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon39997
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon74763
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon74764
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon75292
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon75293
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon75823
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon75824
  /system/core/include/utils/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon84424
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon84425
  /system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h 57 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::tinyutils::traits::__anon84484
58 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
59 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
60 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
61 has_trivial_assign = is_pointer || trait_trivial_assign<TYPE>::value
68 is_pointer = false, enumerator in enum:android::tinyutils::aggregate_traits::__anon84485
  /external/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon35877
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon35891
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /frameworks/rs/cpp/util/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::RSC::traits::__anon39913
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::RSC::aggregate_traits::__anon39914
  /ndk/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon43886
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon43900
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon54753
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon54767
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon55851
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon55865
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon60523
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon60537
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon64986
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon65000
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::RSC::traits::__anon74720
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::RSC::aggregate_traits::__anon74721
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::RSC::traits::__anon75249
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::RSC::aggregate_traits::__anon75250
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::RSC::traits::__anon75780
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::RSC::aggregate_traits::__anon75781

Completed in 2694 milliseconds

1 2