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

123

/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
H A Dtemplate_util.h28 typedef integral_constant<bool, false> false_type; typedef in namespace:i18n::addressinput
30 template <class T> struct is_pointer : false_type {};
33 template <class T, class U> struct is_same : public false_type {};
36 template<class> struct is_array : public false_type {};
40 template <class T> struct is_non_const_reference : false_type {};
42 template <class T> struct is_non_const_reference<const T&> : false_type {};
44 template <class T> struct is_void : false_type {};
89 // Inherits from true_type if From is convertible to To, false_type otherwise.
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtemplate_util.h24 typedef integral_constant<bool, false> false_type; typedef in namespace:talk_base
26 template <class T> struct is_pointer : false_type {};
29 template <class T, class U> struct is_same : public 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 {};
40 template <class T> struct is_void : false_type {};
85 // Inherits from true_type if From is convertible to To, false_type otherwise.
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dtemplate_util.h25 typedef integral_constant<bool, false> false_type; typedef in namespace:i18n::phonenumbers
27 template <class T> struct is_pointer : false_type {};
30 template <class T, class U> struct is_same : public false_type {};
33 template<class> struct is_array : public false_type {};
37 template <class T> struct is_non_const_reference : false_type {};
39 template <class T> struct is_non_const_reference<const T&> : false_type {};
41 template <class T> struct is_void : false_type {};
86 // Inherits from true_type if From is convertible to To, false_type otherwise.
/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]> {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc57 EXPECT_FALSE(false_type::value);
64 typedef if_<true, true_type, false_type>::type if_true;
67 typedef if_<false, true_type, false_type>::type if_false;
H A Dtemplate_util.h86 // Abbreviations: true_type and false_type are structs that represent boolean
90 typedef integral_constant<bool, false> false_type; typedef in namespace:google::protobuf::internal
92 typedef false_type false_;
H A Dtype_traits.h63 #include <google/protobuf/stubs/template_util.h> // For true_type and false_type
96 template <class T> struct is_integral : false_type { };
125 template <class T> struct is_floating_point : false_type { };
139 template <class T> struct is_pointer : false_type { };
160 template <class T> struct is_enum_impl<true, T> : false_type { };
195 template<typename T> struct is_reference : false_type {};
298 template<typename T, typename U> struct is_same : public false_type { };
322 // Inherits from true_type if From is convertible to To, false_type otherwise.
/external/chromium_org/base/
H A Dtemplate_util.h26 typedef integral_constant<bool, false> false_type; typedef in namespace:base
28 template <class T> struct is_pointer : false_type {};
34 struct is_member_function_pointer : false_type {};
64 template <class T, class U> struct is_same : public false_type {};
67 template<class> struct is_array : public false_type {};
71 template <class T> struct is_non_const_reference : false_type {};
73 template <class T> struct is_non_const_reference<const T&> : false_type {};
75 template <class T> struct is_const : false_type {};
78 template <class T> struct is_void : false_type {};
123 // Inherits from true_type if From is convertible to To, false_type otherwis
[all...]
H A Dbind_helpers.h260 struct UnsafeBindtoRefCountedArgHelper : false_type {
269 struct UnsafeBindtoRefCountedArg : false_type {
486 struct IsWeakMethod : public false_type {};
/external/chromium_org/third_party/cld/base/
H A Dtemplate_util.h49 // Abbreviations: true_type and false_type are structs that represent boolean
53 typedef integral_constant<bool, false> false_type; typedef in namespace:base
55 typedef false_type false_;
H A Dtype_traits.h31 #include "base/template_util.h" // For true_type and false_type
37 template <class T> struct is_integral : false_type { };
61 template <class T> struct is_floating_point : false_type { };
68 template <class T> struct is_pointer : false_type { };
73 template<typename T> struct is_reference : false_type {};
186 // Inherits from true_type if From is convertible to To, false_type otherwise.
/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp88 typedef integral_constant<bool, false> false_type; typedef in namespace:std
94 struct a_trait : std::false_type {};
104 struct some_trait : 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.h94 typedef integral_constant<bool, false> false_type; typedef in namespace:llvm
98 template<typename T, typename U> struct is_same : public false_type {};
116 template <typename T> struct is_integral_impl : false_type {};
142 template <typename T> struct is_pointer : false_type {};
149 template <typename T> struct is_reference : false_type {};
/external/eigen/Eigen/src/Core/
H A DDiagonalProduct.h75 ||(int(StorageOrder) == ColMajor && int(ProductOrder) == OnTheRight)), internal::true_type, internal::false_type>::type());
87 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::false_type) const
/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) {
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-message.h214 inline void StreamHelper(internal::false_type /*is_pointer*/,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
/external/gtest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) {

Completed in 4243 milliseconds

123