Home
last modified time | relevance | path

Searched refs:true_type (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DTypeTraits.h202 typedef IntegralConstant<bool, true> true_type;
215 template <typename T> struct HasTrivialConstructor<T*> : public true_type{ };
216 template <typename T> struct HasTrivialDestructor<T*> : public true_type{ };
218 template <> struct HasTrivialConstructor<float> : public true_type{ };
219 template <> struct HasTrivialConstructor<const float> : public true_type{ };
220 template <> struct HasTrivialConstructor<volatile float> : public true_type{ };
221 template <> struct HasTrivialConstructor<const volatile float> : public true_type{ };
223 template <> struct HasTrivialConstructor<double> : public true_type{ };
224 template <> struct HasTrivialConstructor<const double> : public true_type{ };
225 template <> struct HasTrivialConstructor<volatile double> : public true_type{ };
[all …]
/external/astl/include/
Dtype_traits.h80 typedef integral_constant<bool, true> true_type; typedef
88 template<> struct is_integral<_Type>: public true_type { }; \
89 template<> struct is_integral<_Type const>: public true_type { }; \
90 template<> struct is_integral<_Type volatile>: public true_type { }; \
91 template<> struct is_integral<_Type const volatile>: public true_type { };
111 template<> struct is_floating_point<_Type>: public true_type { }; \
112 template<> struct is_floating_point<_Type const>: public true_type { }; \
113 template<> struct is_floating_point<_Type volatile>: public true_type { }; \
114 template<> struct is_floating_point<_Type const volatile>: public true_type { };
125 struct is_pointer<_T*>: public true_type { };
[all …]
/external/astl/tests/
Dtest_type_traits.cpp38 using std::true_type;
43 EXPECT_TRUE(true_type::value == true); in testTrueFalseType()
45 EXPECT_TRUE(true_type::type::value == true); in testTrueFalseType()
48 typedef true_type::value_type true_value_type; in testTrueFalseType()
49 typedef true_type::type true_type; in testTrueFalseType() typedef
50 typedef true_type::type::value_type true_type_value_type; in testTrueFalseType()
51 typedef true_type::type::type true_type_type; in testTrueFalseType()
/external/chromium/base/
Dtemplate_util.h26 typedef integral_constant<bool, true> true_type; typedef
30 template <class T> struct is_pointer<T*> : true_type {};
33 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
34 template<class T> struct is_array<T[]> : public true_type {};
37 template <class T> struct is_non_const_reference<T&> : true_type {};
Dbind_helpers.h232 struct MaybeRefcount<base::true_type, UnretainedWrapper<T> > {
238 struct MaybeRefcount<base::true_type, T*> {
244 struct MaybeRefcount<base::true_type, const T*> {
Dbind_internal.h84 typedef true_type IsMethod;
95 typedef true_type IsMethod;
116 typedef true_type IsMethod;
128 typedef true_type IsMethod;
151 typedef true_type IsMethod;
164 typedef true_type IsMethod;
189 typedef true_type IsMethod;
203 typedef true_type IsMethod;
231 typedef true_type IsMethod;
247 typedef true_type IsMethod;
[all …]
Dbind_internal.h.pump103 typedef true_type IsMethod;
120 typedef true_type IsMethod;
/external/llvm/include/llvm/Object/
DError.h44 template <> struct is_error_code_enum<object::object_error> : true_type { };
46 template <> struct is_error_code_enum<object::object_error::_> : true_type { };
/external/chromium/testing/gmock/include/gmock/internal/
Dgmock-internal-utils.h190 : public true_type {}; // NOLINT
195 : public true_type {}; // NOLINT
200 : public true_type {}; // NOLINT
339 template <typename T> struct is_reference<T&> : public true_type {};
343 template <typename T> struct type_equals<T, T> : public true_type {};
/external/stlport/stlport/
Dtype_traits139 typedef integral_constant<bool, true> true_type;
208 public true_type
246 public true_type
251 public true_type
268 public true_type
278 // public true_type
288 public true_type
431 public true_type
441 public true_type
587 public true_type
/external/llvm/include/llvm/Support/
Dsystem_error.h481 typedef integral_constant<bool, true> true_type; typedef
625 template <> struct is_error_condition_enum<errc> : true_type { };
627 template <> struct is_error_condition_enum<errc::_> : true_type { };
900 template <> struct is_error_code_enum<windows_error> : true_type { };
902 template <> struct is_error_code_enum<windows_error::_> : true_type { };
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-port.h479 typedef bool_constant<true> true_type; typedef
485 struct is_pointer<T*> : public true_type {};
Dgtest-internal.h200 inline String FormatValueForFailureMessage(internal::true_type dummy, in FormatValueForFailureMessage()
/external/chromium/net/socket/
Dclient_socket_pool.h177 : public base::true_type { \
/external/protobuf/gtest/include/gtest/
Dgtest-message.h196 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() argument
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() argument
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-message.h196 inline void StreamHelper(internal::true_type dummy, T* pointer) { in StreamHelper()
/external/chromium/testing/gtest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() argument
/external/gtest/include/gtest/
Dgtest-message.h196 inline void StreamHelper(internal::true_type dummy, T* pointer) { in StreamHelper()
/external/gtest/include/gtest/internal/
Dgtest-port.h705 typedef bool_constant<true> true_type; typedef
711 struct is_pointer<T*> : public true_type {};
Dgtest-internal.h214 inline String FormatValueForFailureMessage(internal::true_type dummy, in FormatValueForFailureMessage()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h812 typedef bool_constant<true> true_type; typedef
818 struct is_pointer<T*> : public true_type {};
/external/chromium/testing/gmock/test/
Dgmock-internal-utils_test.cc466 TEST(TypeTraitsTest, true_type) { in TEST() argument
467 EXPECT_TRUE(true_type::value); in TEST()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1249 typedef bool_constant<true> true_type; typedef
1255 struct is_pointer<T*> : public true_type {};
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-port.h1454 typedef bool_constant<true> true_type;
1460 struct is_pointer<T*> : public true_type {};

12