Searched refs:true_type (Results 1 - 14 of 14) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
H A DTypeTraits.h189 typedef IntegralConstant<bool, true> true_type; typedef in namespace:WTF
202 template <typename T> struct HasTrivialConstructor<T*> : public true_type{ };
203 template <typename T> struct HasTrivialDestructor<T*> : public true_type{ };
205 template <> struct HasTrivialConstructor<float> : public true_type{ };
206 template <> struct HasTrivialConstructor<const float> : public true_type{ };
207 template <> struct HasTrivialConstructor<volatile float> : public true_type{ };
208 template <> struct HasTrivialConstructor<const volatile float> : public true_type{ };
210 template <> struct HasTrivialConstructor<double> : public true_type{ };
211 template <> struct HasTrivialConstructor<const double> : public true_type{ };
212 template <> struct HasTrivialConstructor<volatile double> : public true_type{ };
[all...]
/external/astl/include/
H A Dtype_traits.h80 typedef integral_constant<bool, true> true_type; typedef in namespace:std
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...]
H A Diterator225 public std::true_type { };
H A Dvector203 // The last parameter true_type is used by the caller to target this method.
205 void initialize(_Integral num, _Integral init_value, true_type) {
/external/astl/tests/
H A Dtest_type_traits.cpp38 using std::true_type;
43 EXPECT_TRUE(true_type::value == true);
45 EXPECT_TRUE(true_type::type::value == true);
48 typedef true_type::value_type true_value_type;
49 typedef true_type::type true_type; typedef
50 typedef true_type::type::value_type true_type_value_type;
51 typedef true_type::type::type true_type_type;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-message.h196 inline void StreamHelper(internal::true_type dummy, T* pointer) {
/external/gtest/include/gtest/
H A Dgtest-message.h196 inline void StreamHelper(internal::true_type dummy, T* pointer) {
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h196 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) {
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h479 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
485 struct is_pointer<T*> : public true_type {};
H A Dgtest-internal.h200 inline String FormatValueForFailureMessage(internal::true_type dummy,
/external/gtest/include/gtest/internal/
H A Dgtest-port.h705 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
711 struct is_pointer<T*> : public true_type {};
H A Dgtest-internal.h214 inline String FormatValueForFailureMessage(internal::true_type dummy,
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h812 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
818 struct is_pointer<T*> : public true_type {};
H A Dgtest-internal.h209 inline String FormatValueForFailureMessage(internal::true_type /*dummy*/,

Completed in 110 milliseconds