Searched defs:false_type (Results 1 - 19 of 19) sorted by last modified time

/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/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1469 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1473 struct is_pointer : public false_type {};
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1479 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1483 struct is_pointer : public false_type {};
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2724 typedef bool_constant<false> false_type; typedef in namespace:std::tr1
2728 struct is_pointer : public false_type {};
3286 inline void StreamHelper(internal::false_type /*is_pointer*/,
9461 false_type /* is not a pointer */,
9527 false_type /* is not a pointer */,
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1617 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1621 struct is_pointer : public false_type {};
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h228 EIGEN_DONT_INLINE void outer_product_selector_run(const ProductType& prod, Dest& dest, const Func& func, const false_type&) argument
260 template<typename T> struct IsRowMajor : internal::conditional<(int(T::Flags)&RowMajorBit), internal::true_type, internal::false_type>::type {};
/external/eigen/Eigen/src/Core/util/
H A DMeta.h26 struct false_type { enum { value = 0 }; }; struct in namespace:Eigen::internal
/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_org/v8/src/base/
H A Dsafe_math_impl.h37 typedef integral_constant<bool, false> false_type; typedef in namespace:v8::base::internal
39 template <class T, class U> struct is_same : public false_type {};
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtemplate_util.h32 typedef integral_constant<bool, false> false_type; typedef in namespace:webrtc
34 template <class T> struct is_pointer : false_type {};
37 template <class T, class U> struct is_same : public false_type {};
40 template<class> struct is_array : public false_type {};
44 template <class T> struct is_non_const_reference : false_type {};
46 template <class T> struct is_non_const_reference<const T&> : false_type {};
48 template <class T> struct is_void : false_type {};
93 // Inherits from true_type if From is convertible to To, false_type otherwise.
/external/chromium_org/third_party/webrtc/base/
H A Dtemplate_util.h30 typedef integral_constant<bool, false> false_type; typedef in namespace:rtc
32 template <class T> struct is_pointer : false_type {};
35 template <class T, class U> struct is_same : public false_type {};
38 template<class> struct is_array : public false_type {};
42 template <class T> struct is_non_const_reference : false_type {};
44 template <class T> struct is_non_const_reference<const T&> : false_type {};
46 template <class T> struct is_void : false_type {};
91 // Inherits from true_type if From is convertible to To, false_type otherwise.
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2724 typedef bool_constant<false> false_type; typedef in namespace:std::tr1
2728 struct is_pointer : public false_type {};
3286 inline void StreamHelper(internal::false_type /*is_pointer*/,
9461 false_type /* is not a pointer */,
9527 false_type /* is not a pointer */,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1469 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
1473 struct is_pointer : public false_type {};
/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_org/third_party/libaddressinput/src/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/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2107 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
2111 struct is_pointer : public false_type {};
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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_;
/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_;
/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 {};
42 template <class T, class U> struct is_same : public false_type {};
45 template<class> struct is_array : public false_type {};
49 template <class T> struct is_non_const_reference : false_type {};
51 template <class T> struct is_non_const_reference<const T&> : false_type {};
53 template <class T> struct is_const : false_type {};
56 template <class T> struct is_void : false_type {};
101 // Inherits from true_type if From is convertible to To, false_type otherwis
[all...]

Completed in 614 milliseconds