Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp1064 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct
1066 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR;
1162 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct
1164 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT;
1260 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct
1262 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT;
1349 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct
1351 using type = VULKAN_HPP_NAMESPACE::DisplayKHR;
1446 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct
1448 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR;
[all …]
Dvulkan_enums.hpp7861 struct cpp_type struct
/external/openscreen/tools/cddl/
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
Dcodegen.cc52 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString()
378 const CppType& cpp_type, in EnsureDependentTypeDefinitionsWritten()
524 const CppType& cpp_type, in WriteEncoder()
1034 const CppType& cpp_type, in WriteDecoder()
/external/flatbuffers/src/
Didl_gen_cpp.cpp1643 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local
1668 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local
2428 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
2499 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
Didl_parser.cpp797 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
/external/libprotobuf-mutator/src/
Dfield_instance.h181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc278 const std::string& full_name) { in Generate()
Dprotozero_plugin.cc663 std::string cpp_type; in GenerateDecoder() local
/external/protobuf/python/google/protobuf/
Ddescriptor.py524 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
536 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/protobuf/src/google/protobuf/
Ddescriptor.h2139 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function
2155 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dextension_set_heavy.cc133 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
Dextension_set.cc64 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
Dgenerated_message_reflection.cc2191 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp6767 struct cpp_type struct
14512 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
14514 using type = VULKAN_HPP_NAMESPACE::AccelerationStructureKHR;
15640 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
15642 using type = VULKAN_HPP_NAMESPACE::Buffer;
16988 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
16990 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR;
17088 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
17090 using type = VULKAN_HPP_NAMESPACE::Semaphore;
17188 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp6826 struct cpp_type struct
14583 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
14585 using type = VULKAN_HPP_NAMESPACE::AccelerationStructureKHR;
15711 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
15713 using type = VULKAN_HPP_NAMESPACE::Buffer;
17059 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
17061 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR;
17159 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
17161 using type = VULKAN_HPP_NAMESPACE::Semaphore;
17259 …struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type<Obje… struct
[all …]
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1117 #define ELEMENTS_ATTR_TO_LITERAL(xla_type, cpp_type) \ in CreateArrayLiteralFromAttr() argument
/external/tensorflow/tensorflow/c/
Dc_api.cc1383 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument