/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | type_traits.h | 124 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 …]
|
D | template_util_unittest.cc | 56 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()
|
D | template_util.h | 89 typedef integral_constant<bool, true> true_type; typedef 91 typedef true_type true_;
|
D | type_traits_unittest.cc | 87 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/ |
D | find_replace.h | 31 struct ContainsType : std::true_type {}; 35 : std::conditional<IsSameBaseType<Find, First>::value, std::true_type,
|
D | type_operators.h | 173 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 {};
|
D | remote_method.h | 60 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 {};
|
D | variant.h | 74 struct IsSubset : std::true_type {};
|
D | serialization.h | 80 std::true_type DeduceTemplateType(const TT<Ts...>*);
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 774 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/ |
D | TypeTraits.h | 105 struct HIDE is_one_of<T, T, Us...> : std::true_type {}; 134 struct HIDE are_unique<> : std::true_type {};
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hwc_types.h | 53 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/ |
D | C2ParamDef.h | 39 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/ |
D | arena.h | 798 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
|
D | repeated_field.h | 350 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) {
|
D | type.pb.h | 1729 …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 {};
|
D | struct.pb.h | 769 … struct is_proto_enum< ::google::protobuf::NullValue> : ::google::protobuf::internal::true_type {};
|
D | descriptor.pb.h | 7970 …_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/ |
D | half.h | 161 template<> struct is_floating_point<android::half> : public std::true_type {};
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | Flagged_test.cpp | 35 struct _print_as_warning<true, N...> : std::true_type { };
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTest.cpp | 3070 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/ |
D | C2Param_test.cpp | 836 static std::true_type _canCallSetPort(int); 1057 struct _print_as_warning<true, N...> : std::true_type { };
|