Home
last modified time | relevance | path

Searched refs:false_type (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/system/chre/util/include/chre/util/
H A Dmemory_impl.h46 std::false_type) { in moveOrCopyAssign() argument
67 ElementType *dest, std::false_type, in uninitializedMoveOrCopy() argument
78 ElementType *dest, std::false_type, in uninitializedMoveOrCopy() argument
79 std::false_type) { in uninitializedMoveOrCopy()
88 ElementType *dest, std::false_type) { in uninitializedMoveOrCopy() argument
96 source, count, dest, std::false_type(), in uninitializedMoveOrCopy()
H A Ddynamic_vector.h326 bool doReserve(size_type newCapacity, std::false_type);
340 bool doPrepareForPush(std::false_type);
353 void doErase(size_type index, std::false_type);
367 bool doPushBack(const ElementType &element, std::false_type);
H A Ddynamic_vector_impl.h114 std::false_type) { in doPushBack() argument
186 std::false_type) { in doReserve() argument
279 void DynamicVector<ElementType>::doErase(size_type index, std::false_type) { in doErase() argument
350 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush() argument
H A Dalways_false.h42 struct AlwaysFalse : std::false_type {};
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_to_string.h74 static std::false_type _test(...);
86 static std::false_type _test(...);
93 struct IsInstantiationOf : std::false_type {};
115 static std::false_type _test(...);
128 static std::false_type _test(...);
150 static std::false_type _test(...);
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp775 EXPECT_FALSE((And<std::true_type, std::false_type>::value)); in TEST()
776 EXPECT_FALSE((And<std::false_type, std::true_type>::value)); in TEST()
777 EXPECT_FALSE((And<std::false_type, std::false_type>::value)); in TEST()
780 EXPECT_FALSE((And<std::true_type, std::true_type, std::false_type>::value)); in TEST()
781 EXPECT_FALSE((And<std::true_type, std::false_type, std::true_type>::value)); in TEST()
782 EXPECT_FALSE((And<std::true_type, std::false_type, std::false_type>::value)); in TEST()
783 EXPECT_FALSE((And<std::false_type, std::true_type, std::true_type>::value)); in TEST()
784 EXPECT_FALSE((And<std::false_type, std::true_type, std::false_type>::value)); in TEST()
785 EXPECT_FALSE((And<std::false_type, std::false_type, std::true_type>::value)); in TEST()
786 EXPECT_FALSE((And<std::false_type, std::false_type, std::false_type>::value)); in TEST()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h53 struct UnderlyingType<T, std::true_type, std::false_type> {
59 struct UnderlyingType<T, std::false_type, std::true_type> {
65 struct UnderlyingType<T, std::false_type, std::false_type,
/aosp12/art/cmdline/detail/
H A Dcmdline_parser_detail.h41 static std::false_type InsertionOperatorTest(TStream& os, const T& ... args);
59 static std::false_type EqualityOperatorTest(const TL& left, const T& ... args);
/aosp12/system/bt/gd/common/
H A Dtype_helper.h26 struct is_specialization_of : std::false_type {};
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DDeprecatedParcelable.h19 typedef std::false_type fixed_size;
H A DOtherParcelableForToString.h19 typedef std::false_type fixed_size;
H A DUnionWithFd.h29 typedef std::false_type fixed_size;
H A DGenericStructuredParcelable.h20 typedef std::false_type fixed_size;
H A DUnion.h30 typedef std::false_type fixed_size;
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dfind_replace.h39 struct ContainsType<Find> : std::false_type {};
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dtype_traits.h66 using false_type = integral_constant<bool, false>;
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
H A DData.h21 typedef std::false_type fixed_size;
H A DUnion.h29 typedef std::false_type fixed_size;
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
H A DData.h21 typedef std::false_type fixed_size;
H A DUnion.h29 typedef std::false_type fixed_size;
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2ParamDef.h41 static std::false_type TestEqual(...);
46 static std::false_type TestNotEqual(...);
66 static std::false_type TestCoreIndex(...);
115 static std::false_type TestFlexSize(...);
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/unions/
H A DUnionInUnion.h31 typedef std::false_type fixed_size;
H A DEnumUnion.h32 typedef std::false_type fixed_size;
/aosp12/system/libfmq/include/fmq/
H A DAidlMessageQueue.h57 struct has_typedef_fixed_size : std::false_type {};
/aosp12/hardware/google/pixel/vibrator/common/
H A Dutils.h39 static std::false_type test(U *u);

12