Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc57 EXPECT_FALSE(false_type::value); in TEST()
64 typedef if_<true, true_type, false_type>::type if_true; in TEST()
67 typedef if_<false, true_type, false_type>::type if_false; in TEST()
Dtype_traits.h123 template <class T> struct is_integral : false_type { };
152 template <class T> struct is_floating_point : false_type { };
166 template <class T> struct is_pointer : false_type { };
187 template <class T> struct is_enum_impl<true, T> : false_type { };
222 template<typename T> struct is_reference : false_type {};
325 template<typename T, typename U> struct is_same : public false_type { };
Dtemplate_util.h90 typedef integral_constant<bool, false> false_type; typedef
92 typedef false_type false_;
/frameworks/native/libs/vr/libpdx_uds/
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()
/frameworks/native/libs/vr/libvrflinger/
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,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_enum_util.h41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
Darena.h803 T* ptr, Arena* arena, google::protobuf::internal::false_type) { in CreateInArenaStorageInternal() argument
812 T* ptr, Arena* arena, google::protobuf::internal::false_type) { in RegisterDestructorInternal() argument
828 void OwnInternal(T* object, google::protobuf::internal::false_type) { in OwnInternal() argument
Drepeated_field.h485 google::protobuf::internal::false_type);
497 typename TypeHandler::Type* ReleaseLastInternal(google::protobuf::internal::false_type);
965 google::protobuf::internal::false_type);
1636 google::protobuf::internal::false_type) {
1708 RepeatedPtrFieldBase::ReleaseLastInternal(google::protobuf::internal::false_type) {
1902 int start, int num, Element** elements, google::protobuf::internal::false_type) {
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dfind_replace.h39 struct ContainsType<Find> : std::false_type {};
Dtype_operators.h32 struct And : std::false_type {};
Dremote_method.h57 struct IsDirectReturn : std::false_type {};
Dvariant.h61 struct HasType : std::false_type {};
Dserialization.h82 std::false_type DeduceTemplateType(...);
95 struct HasSerializableMembers : std::false_type {};
/frameworks/av/media/codec2/core/include/
DC2ParamDef.h41 static std::false_type TestEqual(...);
46 static std::false_type TestNotEqual(...);
66 static std::false_type TestCoreIndex(...);
112 static std::false_type TestFlexSize(...);
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DTypeTraits.h117 struct HIDE is_one_of<T> : std::false_type {};
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp3067 struct PowerModeInitialVSyncEnabled : public std::false_type {};
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp838 static std::false_type _canCallSetPort(...);