HomeSort by relevance Sort by last modified time
    Searched defs:is_integral (Results 1 - 11 of 11) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 47 BOOST_STATIC_CONSTANT(bool, is_integral = false);
55 BOOST_STATIC_CONSTANT(bool, is_integral = true);
63 const bool integer_traits_base<T, min_val, max_val>::is_integral; member in class:boost::detail::integer_traits_base
  /external/chromium_org/third_party/cld/base/
type_traits.h 11 // is_integral
36 // is_integral is false except for the built-in integer types.
37 template <class T> struct is_integral : false_type { }; struct in namespace:base
38 template<> struct is_integral<bool> : true_type { }; struct in namespace:base
39 template<> struct is_integral<char> : true_type { }; struct in namespace:base
40 template<> struct is_integral<unsigned char> : true_type { }; struct in namespace:base
41 template<> struct is_integral<signed char> : true_type { }; struct in namespace:base
46 template<> struct is_integral<__wchar_t> : true_type { }; struct in namespace:base
48 template<> struct is_integral<wchar_t> : true_type { }; struct in namespace:base
50 template<> struct is_integral<short> : true_type { } struct in namespace:base
51 template<> struct is_integral<unsigned short> : true_type { }; struct in namespace:base
52 template<> struct is_integral<int> : true_type { }; struct in namespace:base
53 template<> struct is_integral<unsigned int> : true_type { }; struct in namespace:base
54 template<> struct is_integral<long> : true_type { }; struct in namespace:base
55 template<> struct is_integral<unsigned long> : true_type { }; struct in namespace:base
56 template<> struct is_integral<long long> : true_type { }; struct in namespace:base
57 template<> struct is_integral<unsigned long long> : true_type { }; struct in namespace:base
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits.h 38 // is_integral
69 template <class T> struct is_integral;
94 // is_integral is false except for the built-in integer types. A
96 template <class T> struct is_integral : false_type { }; struct in namespace:google::protobuf::internal
97 template<> struct is_integral<bool> : true_type { }; struct in namespace:google::protobuf::internal
98 template<> struct is_integral<char> : true_type { }; struct in namespace:google::protobuf::internal
99 template<> struct is_integral<unsigned char> : true_type { }; struct in namespace:google::protobuf::internal
100 template<> struct is_integral<signed char> : true_type { }; struct in namespace:google::protobuf::internal
105 template<> struct is_integral<__wchar_t> : true_type { }; struct in namespace:google::protobuf::internal
107 template<> struct is_integral<wchar_t> : true_type { } struct in namespace:google::protobuf::internal
109 template<> struct is_integral<short> : true_type { }; struct in namespace:google::protobuf::internal
110 template<> struct is_integral<unsigned short> : true_type { }; struct in namespace:google::protobuf::internal
111 template<> struct is_integral<int> : true_type { }; struct in namespace:google::protobuf::internal
112 template<> struct is_integral<unsigned int> : true_type { }; struct in namespace:google::protobuf::internal
113 template<> struct is_integral<long> : true_type { }; struct in namespace:google::protobuf::internal
114 template<> struct is_integral<unsigned long> : true_type { }; struct in namespace:google::protobuf::internal
116 template<> struct is_integral<long long> : true_type { }; struct in namespace:google::protobuf::internal
117 template<> struct is_integral<unsigned long long> : true_type { }; struct in namespace:google::protobuf::internal
119 template <class T> struct is_integral<const T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
120 template <class T> struct is_integral<volatile T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
121 template <class T> struct is_integral<const volatile T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
    [all...]
  /external/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon35878
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon35889
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon43887
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon43898
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon54754
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon54765
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon55852
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon55863
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon60524
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon60535
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon64987
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon64998
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon83316
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon83327
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /external/clang/test/SemaCXX/
type-traits.cpp 370 void is_integral() function
    [all...]

Completed in 3045 milliseconds