Home
last modified time | relevance | path

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

/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 …]
Dvulkan_enums.hpp8470 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.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()
/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/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1286 #define ELEMENTS_ATTR_TO_LITERAL(xla_type, cpp_type) \ in CreateArrayLiteralFromAttr() argument
/external/tensorflow/tensorflow/c/
Dc_api.cc1404 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument