Searched defs:is_pointer (Results 1 - 12 of 12) sorted by relevance

/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dtype_traits.h40 // 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<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dtype_traits.h40 // 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<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
H A Dtype_traits.h40 // 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<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
H A Dtype_traits.h40 // 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<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dtype_traits.h41 // is_pointer
91 template <class T> struct is_pointer;
163 // is_pointer is false except for pointer types. A cv-qualified type (e.g.
166 template <class T> struct is_pointer : false_type { }; struct in namespace:google::protobuf::internal
167 template <class T> struct is_pointer<T*> : true_type { }; struct in namespace:google::protobuf::internal
168 template <class T> struct is_pointer<const T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal
169 template <class T> struct is_pointer<volatile T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal
170 template <class T> struct is_pointer<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A Dboost_type_traits.h34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon12572
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon12586
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A Dboost_type_traits.h34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon92321
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon92335
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A Dboost_type_traits.h34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon176641
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon176655
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A Dboost_type_traits.h34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon177005
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon177019
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1609 // so a tr1::type_traits-like is_pointer works.
1625 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1628 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1605 // so a tr1::type_traits-like is_pointer works.
1621 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1624 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1609 // so a tr1::type_traits-like is_pointer works.
1625 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1628 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal

Completed in 321 milliseconds