Searched refs:false_type (Results 1 - 25 of 31) sorted by relevance

12

/external/astl/tests/
H A Dtest_type_traits.cpp39 using std::false_type;
44 EXPECT_TRUE(false_type::value == false);
46 EXPECT_TRUE(false_type::type::value == false);
53 typedef false_type::value_type false_value_type;
54 typedef false_type::type false_type; typedef
55 typedef false_type::type::value_type false_type_value_type;
56 typedef false_type::type::type false_type_type;
/external/chromium/base/
H A Dtemplate_util.h27 typedef integral_constant<bool, false> false_type; typedef in namespace:base
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 {};
82 // Inherits from true_type if From is convertible to To, false_type otherwise.
H A 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 IsMetho
[all...]
H A 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]> {
H A 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/include/
H A Dtype_traits.h81 typedef integral_constant<bool, false> false_type; typedef in namespace:std
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 { };
H A Diterator221 struct is_wrapper_iterator: public std::false_type { };
/external/chromium/testing/gmock/include/gmock/internal/
H A 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/llvm/include/llvm/Support/
H A Dtype_traits.h93 typedef integral_constant<bool, false> false_type; typedef in namespace:llvm
97 template<typename T, typename U> struct is_same : public false_type {};
115 template <typename T> struct is_integral_impl : false_type {};
141 template <typename T> struct is_pointer : false_type {};
H A Dsystem_error.h49 : public false_type {};
52 : public false_type {};
475 template <class Tp> struct is_error_code_enum : public false_type {};
479 template <class Tp> struct is_error_condition_enum : public false_type {};
/external/chromium/net/socket/
H A Dclient_socket_pool.h155 // base::false_type, but REGISTER_SOCKET_PARAMS_FOR_POOL will specialize that
160 struct SocketParamTraits : public base::false_type {
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-message.h204 inline void StreamHelper(internal::false_type dummy, const T& value) {
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
H A Dgtest-printers.h270 false_type /* is not a pointer */,
336 false_type /* is not a pointer */,
/external/gtest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
H A Dgtest-printers.h270 false_type /* is not a pointer */,
336 false_type /* is not a pointer */,
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
H A Dgtest-printers.h270 false_type /* is not a pointer */,
336 false_type /* is not a pointer */,
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h204 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h478 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
482 struct is_pointer : public false_type {};
H A Dgtest-internal.h206 inline String FormatValueForFailureMessage(internal::false_type dummy,
/external/chromium/base/memory/
H A Draw_scoped_refptr_mismatch_checker.h31 value = base::false_type::value
/external/webkit/Source/JavaScriptCore/wtf/
H A DTypeTraits.h203 typedef IntegralConstant<bool, false> false_type; typedef in namespace:WTF
211 template <typename T> struct HasTrivialConstructor : public false_type{ };
212 template <typename T> struct HasTrivialDestructor : public false_type{ };
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h811 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
815 struct is_pointer : public false_type {};
/external/chromium/testing/gmock/test/
H A Dgmock-internal-utils_test.cc470 TEST(TypeTraitsTest, false_type) {
471 EXPECT_FALSE(false_type::value);

Completed in 378 milliseconds

12