Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc450 std::string cpp_type; in GenerateSimpleFieldDescriptor() local
617 std::string cpp_type; in GenerateDecoder() local
Dcppgen_plugin.cc276 const std::string& full_name) { in Generate()
/external/flatbuffers/src/
Didl_gen_cpp.cpp1493 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local
1518 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local
2234 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
2305 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
Didl_parser.cpp743 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/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc68 #define DENSE_ELEMENT_ATTR_BUILDER(xla_type, cpp_type) \ in CreateDenseAttrFromLiteral() argument
Dmlir_hlo_to_hlo.cc795 #define ELEMENTS_ATTR_TO_LITERAL(xla_type, cpp_type) \ in CreateLiteralFromAttr() argument
/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.hpp6101 struct cpp_type struct
11877 struct cpp_type<ObjectType::eSurfaceKHR> struct
11879 using type = SurfaceKHR;
11952 struct cpp_type<ObjectType::eDebugReportCallbackEXT> struct
11954 using type = DebugReportCallbackEXT;
12027 struct cpp_type<ObjectType::eDebugUtilsMessengerEXT> struct
12029 using type = DebugUtilsMessengerEXT;
12102 struct cpp_type<ObjectType::eDisplayKHR> struct
12104 using type = DisplayKHR;
12177 struct cpp_type<ObjectType::eSwapchainKHR> struct
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan.hpp8846 struct cpp_type struct
14078 struct cpp_type<ObjectType::eSurfaceKHR> struct
14080 using type = SurfaceKHR;
14157 struct cpp_type<ObjectType::eDebugReportCallbackEXT> struct
14159 using type = DebugReportCallbackEXT;
14236 struct cpp_type<ObjectType::eDebugUtilsMessengerEXT> struct
14238 using type = DebugUtilsMessengerEXT;
14315 struct cpp_type<ObjectType::eDisplayKHR> struct
14317 using type = DisplayKHR;
14394 struct cpp_type<ObjectType::eSwapchainKHR> struct
[all …]
/external/tensorflow/tensorflow/c/
Dc_api.cc1381 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument