/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
H A D | propagate_on_container_copy_assignment.pass.cpp | 28 std::false_type>::value), ""); 32 std::false_type>::value), "");
|
H A D | propagate_on_container_swap.pass.cpp | 28 std::false_type>::value), ""); 32 std::false_type>::value), "");
|
H A D | propagate_on_container_move_assignment.pass.cpp | 28 std::false_type>::value), "");
|
/external/libweave/third_party/chromium/base/ |
H A D | template_util.h | 15 template <class T> struct is_non_const_reference : std::false_type {}; 17 template <class T> struct is_non_const_reference<const T&> : std::false_type {};
|
/external/libcxx/test/std/utilities/meta/meta.hel/ |
H A D | integral_constant.pass.cpp | 34 static_assert(std::false_type::value == false, ""); 35 static_assert((std::is_same<std::false_type::value_type, bool>::value), ""); 36 static_assert((std::is_same<std::false_type::type, std::false_type>::value), ""); 42 std::false_type f1; 43 std::false_type f2 = f1;
|
/external/libchrome/base/ |
H A D | template_util.h | 26 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...] |
/external/webrtc/webrtc/base/ |
H A D | template_util.h | 32 typedef integral_constant<bool, false> false_type; typedef in namespace:rtc 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 {}; 106 // Inherits from true_type if From is convertible to To, false_type otherwise.
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | is_always_equal.pass.cpp | 47 static_assert((std::is_same<std::allocator_traits<C<char> >::is_always_equal, std::false_type>::value), ""); 51 static_assert((std::is_same<std::allocator_traits<C<const char> >::is_always_equal, std::false_type>::value), "");
|
H A D | propagate_on_container_copy_assignment.pass.cpp | 16 // | false_type propagate_on_container_copy_assignment; 39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_copy_assignment, std::false_type>::value), "");
|
H A D | propagate_on_container_move_assignment.pass.cpp | 16 // | false_type propagate_on_container_move_assignment; 39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_move_assignment, std::false_type>::value), "");
|
H A D | propagate_on_container_swap.pass.cpp | 16 // | false_type propagate_on_container_swap; 39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::false_type>::value), "");
|
/external/protobuf/src/google/protobuf/stubs/ |
H A D | template_util_unittest.cc | 57 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 D | template_util.h | 86 // 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/libchrome/base/memory/ |
H A D | raw_scoped_refptr_mismatch_checker.h | 30 value = base::false_type::value
|
/external/clang/test/SemaTemplate/ |
H A D | overload-candidates.cpp | 90 typedef integral_constant<bool, false> false_type; typedef in namespace:std 96 struct a_trait : std::false_type {}; 109 struct some_trait : std::false_type {};
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
H A D | swap_noexcept.pass.cpp | 77 typedef std::false_type propagate_on_container_swap; 90 typedef std::false_type propagate_on_container_swap; 91 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
H A D | swap_noexcept.pass.cpp | 77 typedef std::false_type propagate_on_container_swap; 90 typedef std::false_type propagate_on_container_swap; 91 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
H A D | swap_noexcept.pass.cpp | 77 typedef std::false_type propagate_on_container_swap; 90 typedef std::false_type propagate_on_container_swap; 91 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
H A D | swap_noexcept.pass.cpp | 77 typedef std::false_type propagate_on_container_swap; 90 typedef std::false_type propagate_on_container_swap; 91 typedef std::false_type is_always_equal;
|
/external/libweave/third_party/chromium/base/memory/ |
H A D | raw_scoped_refptr_mismatch_checker.h | 30 value = base::false_type::value
|
/external/protobuf/src/google/protobuf/ |
H A D | generated_enum_reflection.h | 55 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
|
/external/clang/test/Headers/ |
H A D | arm64-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {};
|
H A D | thumbv7-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {};
|
H A D | x86_64-apple-macosx-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {};
|
/external/gmock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 185 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 340 template <typename T> struct is_reference : public false_type {}; 344 template <typename T1, typename T2> struct type_equals : public false_type {};
|