/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_handles.hpp | 1430 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct 1432 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR; 1532 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct 1534 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; 1634 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct 1636 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; 1726 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct 1728 using type = VULKAN_HPP_NAMESPACE::DisplayKHR; 1826 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct 1828 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR; [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_handles.hpp | 1430 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct 1432 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR; 1532 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct 1534 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; 1634 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct 1636 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; 1726 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct 1728 using type = VULKAN_HPP_NAMESPACE::DisplayKHR; 1826 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct 1828 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR; [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_handles.hpp | 1430 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct 1432 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR; 1532 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct 1534 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; 1634 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct 1636 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; 1726 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct 1728 using type = VULKAN_HPP_NAMESPACE::DisplayKHR; 1826 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct 1828 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR; [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_handles.hpp | 1430 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct 1432 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR; 1532 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct 1534 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; 1634 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct 1636 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; 1726 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct 1728 using type = VULKAN_HPP_NAMESPACE::DisplayKHR; 1826 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct 1828 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR; [all …]
|
/aosp_15_r20/external/pytorch/torchgen/api/types/ |
H A D | types_base.py | 71 def cpp_type(self, *, strip_ref: bool = False) -> str: member in CType 87 def cpp_type(self, *, strip_ref: bool = False) -> str: member in BaseCType 103 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ConstRefCType 119 def cpp_type(self, *, strip_ref: bool = False) -> str: member in VectorCType 135 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayCType 150 def cpp_type(self, *, strip_ref: bool = False) -> str: member in TupleCType 165 def cpp_type(self, *, strip_ref: bool = False) -> str: member in MutRefCType 190 def cpp_type(self, *, strip_ref: bool = False) -> str: member in NamedCType
|
H A D | types.py | 135 def cpp_type(self, *, strip_ref: bool = False) -> str: member in OptionalCType 150 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ListCType 165 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayRefCType 184 def cpp_type(self, *, strip_ref: bool = False) -> str: member in VectorizedCType
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | sema.cc | 527 CppType* cpp_type, in IncludeGroupMembersInSubEnum() 553 CppType* cpp_type, in IncludeGroupMembersInEnum() 582 CppType* cpp_type, in AddMembersToStruct() 646 CppType* cpp_type = nullptr; in MakeCppType() local
|
H A D | codegen.cc | 53 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString() 379 const CppType& cpp_type, in EnsureDependentTypeDefinitionsWritten() 525 const CppType& cpp_type, in WriteEncoder() 1033 const CppType& cpp_type, in WriteDecoder()
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/test/ |
H A D | scalar_utils_test.cpp | 31 #define CALL_TEST_ONE(cpp_type, scalar_type) \ in testAll() argument 68 #define INSTANTIATE_TYPE_TEST(cpp_type, scalar_type) \ in TEST() argument
|
/aosp_15_r20/external/pytorch/torchgen/executorch/api/types/ |
H A D | types.py | 60 def cpp_type(self, *, strip_ref: bool = False) -> str: member in OptionalCType 75 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayRefCType
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_cpp.cpp | 1821 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local 1864 const auto cpp_type = field.attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local 1872 const auto cpp_type = field.attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local 1904 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local 1972 const auto cpp_type = field.attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local 1994 const auto cpp_type = field.attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local 3043 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local 3108 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
|
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/test/ |
H A D | scalar_type_util_test.cpp | 182 #define CALL_TEST_ONE(cpp_type, scalar_type) \ in testAll() argument 217 #define INSTANTIATE_TYPE_TEST(cpp_type, scalar_type) \ in TEST() argument
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | ScalarType.h | 157 #define SPECIALIZE_ScalarTypeToCPPType(cpp_type, scalar_type) \ argument 184 #define SPECIALIZE_CppTypeToScalarType(cpp_type, scalar_type) \ argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorIteratorDynamicCasting.h | 26 using cpp_type = typename traits::template arg<nargs - 1>::type; in check() local
|
/aosp_15_r20/system/tools/aidl/ |
D | generate_ndk.cpp | 1281 std::string cpp_type = NdkNameOf(types, type, StorageMode::STACK); in GenerateParcelClassDecl() local 1340 std::string cpp_type = NdkNameOf(types, var_type, StorageMode::STACK); in GenerateParcelClassDecl() local 1507 std::string cpp_type = NdkNameOf(types, var_type, StorageMode::STACK); in GenerateParcelClassDecl() local
|
D | generate_cpp.cpp | 432 std::string cpp_type = CppNameOf(constant->GetType(), typenames); in GenerateConstantDefinitions() local 446 const auto cpp_type = CppNameOf(type, typenames); in GenerateConstantDeclarations() local 1218 std::string cpp_type = CppNameOf(type, typenames); in GenerateParcelFields() local
|
/aosp_15_r20/external/pytorch/torch/_library/ |
H A D | infer_schema.py | 165 base_type, cpp_type, list_base, optional_base_list, optional_list_base argument
|
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/ |
H A D | tracing_traits_generator.cc | 41 std::string cpp_type; member
|
/aosp_15_r20/external/cronet/testing/rust_gtest_interop/ |
H A D | gtest_attribute.rs | 41 cpp_type: TokenStream, field
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | extension_set_heavy.cc | 110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_heavy.cc | 110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/ |
H A D | scalar_type_util.h | 93 #define SPECIALIZE_ScalarTypeToCppType(cpp_type, scalar_type) \ argument 107 #define SPECIALIZE_CppTypeToScalarType(cpp_type, scalar_type) \ argument
|
/aosp_15_r20/external/libprotobuf-mutator/src/ |
H A D | field_instance.h | 181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
|