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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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/protobuf/src/google/protobuf/stubs/
type_traits.h 39 // is_integral
89 template <class T> struct is_integral;
121 // is_integral is false except for the built-in integer types. A
123 template <class T> struct is_integral : false_type { }; struct in namespace:google::protobuf::internal
124 template<> struct is_integral<bool> : true_type { }; struct in namespace:google::protobuf::internal
125 template<> struct is_integral<char> : true_type { }; struct in namespace:google::protobuf::internal
126 template<> struct is_integral<unsigned char> : true_type { }; struct in namespace:google::protobuf::internal
127 template<> struct is_integral<signed char> : true_type { }; struct in namespace:google::protobuf::internal
132 template<> struct is_integral<__wchar_t> : true_type { }; struct in namespace:google::protobuf::internal
134 template<> struct is_integral<wchar_t> : true_type { } struct in namespace:google::protobuf::internal
136 template<> struct is_integral<short> : true_type { }; struct in namespace:google::protobuf::internal
137 template<> struct is_integral<unsigned short> : true_type { }; struct in namespace:google::protobuf::internal
138 template<> struct is_integral<int> : true_type { }; struct in namespace:google::protobuf::internal
139 template<> struct is_integral<unsigned int> : true_type { }; struct in namespace:google::protobuf::internal
140 template<> struct is_integral<long> : true_type { }; struct in namespace:google::protobuf::internal
141 template<> struct is_integral<unsigned long> : true_type { }; struct in namespace:google::protobuf::internal
143 template<> struct is_integral<long long> : true_type { }; struct in namespace:google::protobuf::internal
144 template<> struct is_integral<unsigned long long> : true_type { }; struct in namespace:google::protobuf::internal
146 template <class T> struct is_integral<const T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
147 template <class T> struct is_integral<volatile T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
148 template <class T> struct is_integral<const volatile T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 39 // is_integral
89 template <class T> struct is_integral;
121 // is_integral is false except for the built-in integer types. A
123 template <class T> struct is_integral : false_type { }; struct in namespace:google::protobuf::internal
124 template<> struct is_integral<bool> : true_type { }; struct in namespace:google::protobuf::internal
125 template<> struct is_integral<char> : true_type { }; struct in namespace:google::protobuf::internal
126 template<> struct is_integral<unsigned char> : true_type { }; struct in namespace:google::protobuf::internal
127 template<> struct is_integral<signed char> : true_type { }; struct in namespace:google::protobuf::internal
132 template<> struct is_integral<__wchar_t> : true_type { }; struct in namespace:google::protobuf::internal
134 template<> struct is_integral<wchar_t> : true_type { } struct in namespace:google::protobuf::internal
136 template<> struct is_integral<short> : true_type { }; struct in namespace:google::protobuf::internal
137 template<> struct is_integral<unsigned short> : true_type { }; struct in namespace:google::protobuf::internal
138 template<> struct is_integral<int> : true_type { }; struct in namespace:google::protobuf::internal
139 template<> struct is_integral<unsigned int> : true_type { }; struct in namespace:google::protobuf::internal
140 template<> struct is_integral<long> : true_type { }; struct in namespace:google::protobuf::internal
141 template<> struct is_integral<unsigned long> : true_type { }; struct in namespace:google::protobuf::internal
143 template<> struct is_integral<long long> : true_type { }; struct in namespace:google::protobuf::internal
144 template<> struct is_integral<unsigned long long> : true_type { }; struct in namespace:google::protobuf::internal
146 template <class T> struct is_integral<const T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
147 template <class T> struct is_integral<volatile T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
148 template <class T> struct is_integral<const volatile T> : is_integral<T> { }; struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/ndk/r10/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::__anon84154
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon84165
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/r11/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::__anon111868
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon111879
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/r13/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::__anon112232
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon112243
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /external/eigen/Eigen/src/Core/util/
Meta.h 100 template<typename T> struct is_integral { enum { value = false }; }; struct in namespace:Eigen::internal
101 template<> struct is_integral<bool> { enum { value = true }; }; struct in namespace:Eigen::internal
102 template<> struct is_integral<char> { enum { value = true }; }; struct in namespace:Eigen::internal
103 template<> struct is_integral<signed char> { enum { value = true }; }; struct in namespace:Eigen::internal
104 template<> struct is_integral<unsigned char> { enum { value = true }; }; struct in namespace:Eigen::internal
105 template<> struct is_integral<signed short> { enum { value = true }; }; struct in namespace:Eigen::internal
106 template<> struct is_integral<unsigned short> { enum { value = true }; }; struct in namespace:Eigen::internal
107 template<> struct is_integral<signed int> { enum { value = true }; }; struct in namespace:Eigen::internal
108 template<> struct is_integral<unsigned int> { enum { value = true }; }; struct in namespace:Eigen::internal
109 template<> struct is_integral<signed long> { enum { value = true }; } struct in namespace:Eigen::internal
110 template<> struct is_integral<unsigned long> { enum { value = true }; }; struct in namespace:Eigen::internal
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 397 void is_integral() function
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 2277 static bool is_integral(const SkRect& r) { function
    [all...]

Completed in 713 milliseconds