/external/chromium/base/ |
D | bind_internal_win.h | 28 typedef false_type IsMethod; 35 typedef false_type IsMethod; 42 typedef false_type IsMethod; 51 typedef false_type IsMethod; 60 typedef false_type IsMethod; 70 typedef false_type IsMethod; 80 typedef false_type IsMethod; 91 typedef false_type IsMethod; 102 typedef false_type IsMethod; 114 typedef false_type IsMethod; [all …]
|
D | template_util.h | 27 typedef integral_constant<bool, false> false_type; typedef 29 template <class T> struct is_pointer : false_type {}; 32 template<class> struct is_array : public false_type {}; 36 template <class T> struct is_non_const_reference : false_type {}; 38 template <class T> struct is_non_const_reference<const T&> : false_type {};
|
D | bind_helpers.h | 164 struct UnsafeBindtoRefCountedArgHelper : false_type { 173 struct UnsafeBindtoRefCountedArg : false_type { 220 struct MaybeRefcount<base::false_type, T> { 226 struct MaybeRefcount<base::false_type, T[n]> {
|
D | bind_internal_win.h.pump | 36 typedef false_type IsMethod; 54 typedef false_type IsMethod;
|
D | bind_internal.h | 76 typedef false_type IsMethod; 106 typedef false_type IsMethod; 140 typedef false_type IsMethod; 177 typedef false_type IsMethod; 217 typedef false_type IsMethod; 263 typedef false_type IsMethod; 312 typedef false_type IsMethod;
|
/external/astl/tests/ |
D | test_type_traits.cpp | 39 using std::false_type; 44 EXPECT_TRUE(false_type::value == false); in testTrueFalseType() 46 EXPECT_TRUE(false_type::type::value == false); in testTrueFalseType() 53 typedef false_type::value_type false_value_type; in testTrueFalseType() 54 typedef false_type::type false_type; in testTrueFalseType() typedef 55 typedef false_type::type::value_type false_type_value_type; in testTrueFalseType() 56 typedef false_type::type::type false_type_type; in testTrueFalseType()
|
/external/astl/include/ |
D | type_traits.h | 81 typedef integral_constant<bool, false> false_type; typedef 85 template<typename> struct is_integral : public false_type { }; 109 template<typename> struct is_floating_point : public false_type { }; 122 template<typename> struct is_pointer : public false_type { };
|
/external/chromium/testing/gmock/include/gmock/internal/ |
D | gmock-internal-utils.h | 185 struct LosslessArithmeticConvertibleImpl : public false_type {}; 205 : public false_type {}; // NOLINT 226 : public false_type {}; // NOLINT 231 : public false_type {}; // NOLINT 236 : public false_type {}; // NOLINT 338 template <typename T> struct is_reference : public false_type {}; 342 template <typename T1, typename T2> struct type_equals : public false_type {};
|
/external/stlport/stlport/ |
D | type_traits | 140 typedef integral_constant<bool, false> false_type; 203 public false_type 213 public false_type 232 public false_type 241 public false_type 256 public false_type 263 public false_type 273 public false_type 283 public false_type 301 public false_type [all …]
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-port.h | 478 typedef bool_constant<false> false_type; typedef 482 struct is_pointer : public false_type {};
|
D | gtest-internal.h | 206 inline String FormatValueForFailureMessage(internal::false_type dummy, in FormatValueForFailureMessage()
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 482 typedef integral_constant<bool, false> false_type; typedef 486 template <class Tp> struct is_error_code_enum : public false_type {}; 490 template <class Tp> struct is_error_condition_enum : public false_type {};
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | TypeTraits.h | 203 typedef IntegralConstant<bool, false> false_type; 211 template <typename T> struct HasTrivialConstructor : public false_type{ }; 212 template <typename T> struct HasTrivialDestructor : public false_type{ };
|
/external/chromium/net/socket/ |
D | client_socket_pool.h | 160 struct SocketParamTraits : public base::false_type {
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-message.h | 204 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() argument
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() argument
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-message.h | 204 inline void StreamHelper(internal::false_type dummy, const T& value) { in StreamHelper()
|
/external/chromium/testing/gtest/include/gtest/ |
D | gtest-message.h | 210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() argument
|
D | gtest-printers.h | 270 false_type /* is not a pointer */, in DefaultPrintTo() argument 336 false_type /* is not a pointer */, in DefaultPrintTo() argument
|
/external/gtest/include/gtest/ |
D | gtest-message.h | 204 inline void StreamHelper(internal::false_type dummy, const T& value) { in StreamHelper()
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 704 typedef bool_constant<false> false_type; typedef 708 struct is_pointer : public false_type {};
|
/external/chromium/base/memory/ |
D | raw_scoped_refptr_mismatch_checker.h | 31 value = base::false_type::value
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 811 typedef bool_constant<false> false_type; typedef 815 struct is_pointer : public false_type {};
|
/external/chromium/testing/gmock/test/ |
D | gmock-internal-utils_test.cc | 470 TEST(TypeTraitsTest, false_type) { in TEST() argument 471 EXPECT_FALSE(false_type::value); in TEST()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1248 typedef bool_constant<false> false_type; typedef 1252 struct is_pointer : public false_type {};
|