/external/webkit/Source/JavaScriptCore/wtf/ |
D | TypeTraits.h | 202 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/ |
D | type_traits.h | 80 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/ |
D | test_type_traits.cpp | 38 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/ |
D | template_util.h | 26 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 {};
|
D | bind_helpers.h | 232 struct MaybeRefcount<base::true_type, UnretainedWrapper<T> > { 238 struct MaybeRefcount<base::true_type, T*> { 244 struct MaybeRefcount<base::true_type, const T*> {
|
D | bind_internal.h | 84 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 …]
|
D | bind_internal.h.pump | 103 typedef true_type IsMethod; 120 typedef true_type IsMethod;
|
/external/llvm/include/llvm/Object/ |
D | Error.h | 44 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/ |
D | gmock-internal-utils.h | 190 : 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/ |
D | type_traits | 139 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/ |
D | system_error.h | 481 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/ |
D | gtest-port.h | 479 typedef bool_constant<true> true_type; typedef 485 struct is_pointer<T*> : public true_type {};
|
D | gtest-internal.h | 200 inline String FormatValueForFailureMessage(internal::true_type dummy, in FormatValueForFailureMessage()
|
/external/chromium/net/socket/ |
D | client_socket_pool.h | 177 : public base::true_type { \
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-message.h | 196 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() argument
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() argument
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-message.h | 196 inline void StreamHelper(internal::true_type dummy, T* pointer) { in StreamHelper()
|
/external/chromium/testing/gtest/include/gtest/ |
D | gtest-message.h | 202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() argument
|
/external/gtest/include/gtest/ |
D | gtest-message.h | 196 inline void StreamHelper(internal::true_type dummy, T* pointer) { in StreamHelper()
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 705 typedef bool_constant<true> true_type; typedef 711 struct is_pointer<T*> : public true_type {};
|
D | gtest-internal.h | 214 inline String FormatValueForFailureMessage(internal::true_type dummy, in FormatValueForFailureMessage()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 812 typedef bool_constant<true> true_type; typedef 818 struct is_pointer<T*> : public true_type {};
|
/external/chromium/testing/gmock/test/ |
D | gmock-internal-utils_test.cc | 466 TEST(TypeTraitsTest, true_type) { in TEST() argument 467 EXPECT_TRUE(true_type::value); in TEST()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1249 typedef bool_constant<true> true_type; typedef 1255 struct is_pointer<T*> : public true_type {};
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1454 typedef bool_constant<true> true_type; 1460 struct is_pointer<T*> : public true_type {};
|