Searched defs:false_type (Results 1 - 10 of 10) sorted by relevance

/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.
/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 { };
/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 {};
/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/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 {};
/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/gtest/include/gtest/internal/
H A Dgtest-port.h1453 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1457 struct is_pointer : public false_type {};
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1487 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1491 struct is_pointer : public false_type {};
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1474 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1478 struct is_pointer : public false_type {};

Completed in 143 milliseconds