/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 …]
|
D | vulkan_enums.hpp | 8470 struct cpp_type struct
|
/external/openscreen/tools/cddl/ |
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
|
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()
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1643 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
|
D | idl_parser.cpp | 797 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 278 const std::string& full_name) { in Generate()
|
D | protozero_plugin.cc | 663 std::string cpp_type; in GenerateDecoder() local
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 524 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/ |
D | descriptor.h | 2139 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function 2155 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
D | extension_set_heavy.cc | 133 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
D | extension_set.cc | 64 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
|
D | generated_message_reflection.cc | 2191 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 1286 #define ELEMENTS_ATTR_TO_LITERAL(xla_type, cpp_type) \ in CreateArrayLiteralFromAttr() argument
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1404 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
|