Home
last modified time | relevance | path

Searched defs:cpp_type (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp1430 "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/
Dvulkan_handles.hpp1430 "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/
Dvulkan_handles.hpp1430 "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/
Dvulkan_handles.hpp1430 "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 Dtypes_base.py71 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 Dtypes.py135 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 Dsema.cc527 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 Dcodegen.cc53 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 Dscalar_utils_test.cpp31 #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 Dtypes.py60 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 Didl_gen_cpp.cpp1821 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 Dscalar_type_util_test.cpp182 #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 DScalarType.h157 #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 DTensorIteratorDynamicCasting.h26 using cpp_type = typename traits::template arg<nargs - 1>::type; in check() local
/aosp_15_r20/system/tools/aidl/
Dgenerate_ndk.cpp1281 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
Dgenerate_cpp.cpp432 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 Dinfer_schema.py165 base_type, cpp_type, list_base, optional_base_list, optional_list_base argument
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/
H A Dtracing_traits_generator.cc41 std::string cpp_type; member
/aosp_15_r20/external/cronet/testing/rust_gtest_interop/
H A Dgtest_attribute.rs41 cpp_type: TokenStream, field
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor.py554 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 Ddescriptor.py554 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 Dextension_set_heavy.cc110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Dscalar_type_util.h93 #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 Dfield_instance.h181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function

12