Home
last modified time | relevance | path

Searched refs:false_type (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium/base/
Dbind_internal_win.h28 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 …]
Dtemplate_util.h27 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 {};
Dbind_helpers.h164 struct UnsafeBindtoRefCountedArgHelper : false_type {
173 struct UnsafeBindtoRefCountedArg : false_type {
220 struct MaybeRefcount<base::false_type, T> {
226 struct MaybeRefcount<base::false_type, T[n]> {
Dbind_internal_win.h.pump36 typedef false_type IsMethod;
54 typedef false_type IsMethod;
Dbind_internal.h76 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/
Dtest_type_traits.cpp39 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/
Dtype_traits.h81 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/
Dgmock-internal-utils.h185 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/
Dtype_traits140 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/
Dgtest-port.h478 typedef bool_constant<false> false_type; typedef
482 struct is_pointer : public false_type {};
Dgtest-internal.h206 inline String FormatValueForFailureMessage(internal::false_type dummy, in FormatValueForFailureMessage()
/external/llvm/include/llvm/Support/
Dsystem_error.h482 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/
DTypeTraits.h203 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/
Dclient_socket_pool.h160 struct SocketParamTraits : public base::false_type {
/external/protobuf/gtest/include/gtest/
Dgtest-message.h204 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() argument
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() argument
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-message.h204 inline void StreamHelper(internal::false_type dummy, const T& value) { in StreamHelper()
/external/chromium/testing/gtest/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() argument
Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument
/external/gtest/include/gtest/
Dgtest-message.h204 inline void StreamHelper(internal::false_type dummy, const T& value) { in StreamHelper()
/external/gtest/include/gtest/internal/
Dgtest-port.h704 typedef bool_constant<false> false_type; typedef
708 struct is_pointer : public false_type {};
/external/chromium/base/memory/
Draw_scoped_refptr_mismatch_checker.h31 value = base::false_type::value
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h811 typedef bool_constant<false> false_type; typedef
815 struct is_pointer : public false_type {};
/external/chromium/testing/gmock/test/
Dgmock-internal-utils_test.cc470 TEST(TypeTraitsTest, false_type) { in TEST() argument
471 EXPECT_FALSE(false_type::value); in TEST()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1248 typedef bool_constant<false> false_type; typedef
1252 struct is_pointer : public false_type {};

12