Searched refs:Union (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | variant.h | 131 union Union; 135 union Union<Type> { 136 Union() {} 137 ~Union() {} 140 Union(std::int32_t index, std::int32_t* index_out, TypeTag<Type>, T&& value) 145 Union(std::int32_t index, std::int32_t* index_out, T&& value) 149 Union(const Union& other, std::int32_t index) { 153 Union(Union&& other, std::int32_t index) { 157 Union(const Union&) = delete; 158 Union(Union&&) = delete; [all …]
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 157 Union const 926 if real_pointee_type_kind != Struct && real_pointee_type_kind != Union { 1145 return Union 1294 case Struct, Union:
|
D | gen_vulkan.go | 668 case cpp_types.Struct, cpp_types.Union: 2811 case cpp_types.Struct, cpp_types.Union: 3060 case cpp_types.Union: 3086 case cpp_types.Struct, cpp_types.Union: 3123 case cpp_types.Struct, cpp_types.Union: 3174 typе.Kind(guest_arch) != cpp_types.Union { 3893 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Union})
|
D | vulkan_xml.go | 644 typе.Kind(cpp_types.FirstArch) != cpp_types.Union { 1179 length_type.Kind(cpp_types.FirstArch) != cpp_types.Union {
|
/frameworks/proto_logging/stats/enums/adservices/common/ |
D | adservices_enums.proto | 616 // European Union user (based on isoCountryInfo). 618 // Non-European Union user (based on isoCountryInfo).
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 968 case clang::APValue::Union: in genInitExportVariable()
|
D | slang_rs_reflection.cpp | 813 case clang::APValue::Union: in genInitExportVariable()
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 1567 // European Union user (based on isoCountryInfo). 1569 // Non-European Union user (based on isoCountryInfo).
|