| /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/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/common/ |
| D | struct_type.py | 48 def sizeof(cls, cpp_type): argument
|
| /third_party/protobuf/src/google/protobuf/ |
| D | reflection_visit_field_info.h | 264 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 437 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 473 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 508 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 541 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 576 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 594 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 650 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 852 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member 864 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT member [all …]
|
| D | generated_message_tctable_decl.h | 157 constexpr MapTypeCard(WireFormatLite::WireType wiretype, CppType cpp_type, in MapTypeCard() 168 CppType cpp_type() const { return static_cast<CppType>((data_ >> 3) & 0x7); } in cpp_type() function
|
| D | extension_set_heavy.cc | 98 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
| D | descriptor.h | 2833 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function 2849 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
| D | generated_message_reflection.cc | 3244 FieldDescriptor::CppType cpp_type, const Descriptor* message_type) const { in RepeatedFieldData() 3265 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
| D | extension_set.cc | 49 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
|
| /third_party/protobuf/src/google/protobuf/compiler/rust/accessors/ |
| D | map.cc | 27 auto cpp_type = field.cpp_type(); in MapElementTypeName() local
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_cpp.cpp | 1876 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local 1917 const auto cpp_type = field->attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local 1925 const auto cpp_type = field->attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local 1956 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local 2022 const auto cpp_type = field->attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local 2045 const auto cpp_type = field->attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local 3278 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local 3335 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
|
| D | idl_parser.cpp | 1202 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
|
| /third_party/protobuf/rust/cpp_kernel/ |
| D | map.cc | 181 #define DEFINE_KEY_SPECIFIC_MAP_OPERATIONS(cpp_type, suffix) \ argument
|
| /third_party/protobuf/python/google/protobuf/ |
| D | descriptor.py | 615 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 627 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|