Searched defs:cpp_type (Results 1 – 11 of 11) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_handles.hpp | 1362 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct 1364 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR; 1464 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct 1466 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; 1566 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct 1568 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; 1658 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct 1660 using type = VULKAN_HPP_NAMESPACE::DisplayKHR; 1758 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct 1760 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR; [all …]
|
| D | vulkan_enums.hpp | 8203 struct cpp_type struct
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_handles.hpp | 1399 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSurfaceKHR> struct 1401 using type = VULKAN_HPP_NAMESPACE::SurfaceKHR; 1501 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugReportCallback… struct 1503 using type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; 1603 …"vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDebugUtilsMessenger… struct 1605 using type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; 1695 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eDisplayKHR> struct 1697 using type = VULKAN_HPP_NAMESPACE::DisplayKHR; 1795 "vk::cpp_type is deprecated. Use vk::CppType instead." ) cpp_type<ObjectType::eSwapchainKHR> struct 1797 using type = VULKAN_HPP_NAMESPACE::SwapchainKHR; [all …]
|
| D | vulkan_enums.hpp | 8347 struct cpp_type struct
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_cpp.cpp | 1705 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local 1751 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local 2702 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local 2751 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
|
| D | idl_parser.cpp | 955 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
|
| /third_party/protobuf/src/google/protobuf/ |
| D | extension_set_heavy.cc | 133 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
| D | descriptor.h | 2271 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function 2287 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
| D | extension_set.cc | 64 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
|
| D | generated_message_reflection.cc | 2252 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
| /third_party/protobuf/python/google/protobuf/ |
| D | descriptor.py | 536 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 548 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|