Home
last modified time | relevance | path

Searched refs:true_type (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtype_traits.h124 template<> struct is_integral<bool> : true_type { };
125 template<> struct is_integral<char> : true_type { };
126 template<> struct is_integral<unsigned char> : true_type { };
127 template<> struct is_integral<signed char> : true_type { };
132 template<> struct is_integral<__wchar_t> : true_type { };
134 template<> struct is_integral<wchar_t> : true_type { };
136 template<> struct is_integral<short> : true_type { };
137 template<> struct is_integral<unsigned short> : true_type { };
138 template<> struct is_integral<int> : true_type { };
139 template<> struct is_integral<unsigned int> : true_type { };
[all …]
Dtemplate_util_unittest.cc56 EXPECT_TRUE(true_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()
Dtemplate_util.h89 typedef integral_constant<bool, true> true_type; typedef
91 typedef true_type true_;
Dtype_traits_unittest.cc87 template<> struct has_trivial_copy<C> : true_type { };
105 template<> struct has_trivial_assign<D> : true_type { };
121 template<> struct has_trivial_constructor<E> : true_type { };
139 template<> struct has_trivial_destructor<F> : true_type { };
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dfind_replace.h31 struct ContainsType : std::true_type {};
35 : std::conditional<IsSameBaseType<Find, First>::value, std::true_type,
Dtype_operators.h173 struct IsConvertible<LocalHandle, RemoteHandle> : std::true_type {};
175 struct IsConvertible<LocalHandle, BorrowedHandle> : std::true_type {};
178 struct IsConvertible<LocalChannelHandle, RemoteChannelHandle> : std::true_type {
182 : std::true_type {};
Dremote_method.h60 struct IsDirectReturn<void> : std::true_type {};
63 struct IsDirectReturn<int> : std::true_type {};
66 struct IsDirectReturn<LocalHandle> : std::true_type {};
69 struct IsDirectReturn<LocalChannelHandle> : std::true_type {};
Dvariant.h74 struct IsSubset : std::true_type {};
Dserialization.h80 std::true_type DeduceTemplateType(const TT<Ts...>*);
/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp774 EXPECT_TRUE((And<std::true_type, std::true_type>::value)); in TEST()
775 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()
779 EXPECT_TRUE((And<std::true_type, std::true_type, std::true_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()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DTypeTraits.h105 struct HIDE is_one_of<T, T, Us...> : std::true_type {};
134 struct HIDE are_unique<> : std::true_type {};
/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> {
/frameworks/av/media/codec2/core/include/
DC2ParamDef.h39 static std::true_type TestEqual(int);
44 static std::true_type TestNotEqual(int);
64 static std::true_type TestCoreIndex(int);
110 static std::true_type TestFlexSize(int);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.h798 T* ptr, Arena* arena, google::protobuf::internal::true_type) { in CreateInArenaStorageInternal() argument
809 T* ptr, Arena* arena, google::protobuf::internal::true_type) {} in RegisterDestructorInternal() argument
822 void OwnInternal(T* object, google::protobuf::internal::true_type) { in OwnInternal() argument
Drepeated_field.h350 typedef google::protobuf::internal::true_type type;
482 google::protobuf::internal::true_type);
495 typename TypeHandler::Type* ReleaseLastInternal(google::protobuf::internal::true_type);
963 google::protobuf::internal::true_type);
1585 google::protobuf::internal::true_type) {
1687 RepeatedPtrFieldBase::ReleaseLastInternal(google::protobuf::internal::true_type) {
1869 int start, int num, Element** elements, google::protobuf::internal::true_type) {
Dtype.pb.h1729 …struct is_proto_enum< ::google::protobuf::Field_Kind> : ::google::protobuf::internal::true_type {};
1734 …is_proto_enum< ::google::protobuf::Field_Cardinality> : ::google::protobuf::internal::true_type {};
1739 … <> struct is_proto_enum< ::google::protobuf::Syntax> : ::google::protobuf::internal::true_type {};
Dstruct.pb.h769 … struct is_proto_enum< ::google::protobuf::NullValue> : ::google::protobuf::internal::true_type {};
Ddescriptor.pb.h7970 …_enum< ::google::protobuf::FieldDescriptorProto_Type> : ::google::protobuf::internal::true_type {};
7975 …enum< ::google::protobuf::FieldDescriptorProto_Label> : ::google::protobuf::internal::true_type {};
7980 …o_enum< ::google::protobuf::FileOptions_OptimizeMode> : ::google::protobuf::internal::true_type {};
7985 …s_proto_enum< ::google::protobuf::FieldOptions_CType> : ::google::protobuf::internal::true_type {};
7990 …_proto_enum< ::google::protobuf::FieldOptions_JSType> : ::google::protobuf::internal::true_type {};
/frameworks/native/libs/math/include/math/
Dhalf.h161 template<> struct is_floating_point<android::half> : public std::true_type {};
/frameworks/av/media/libstagefright/foundation/tests/
DFlagged_test.cpp35 struct _print_as_warning<true, N...> : std::true_type { };
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp3070 struct PowerModeInitialVSyncEnabled<HWC_POWER_MODE_NORMAL> : public std::true_type {};
3073 struct PowerModeInitialVSyncEnabled<HWC_POWER_MODE_DOZE> : public std::true_type {};
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp836 static std::true_type _canCallSetPort(int);
1057 struct _print_as_warning<true, N...> : std::true_type { };