/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_plugin.cc | 450 std::string cpp_type; in GenerateSimpleFieldDescriptor() local 617 std::string cpp_type; in GenerateDecoder() local
|
D | cppgen_plugin.cc | 276 const std::string& full_name) { in Generate()
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1493 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
|
D | idl_parser.cpp | 743 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/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 68 #define DENSE_ELEMENT_ATTR_BUILDER(xla_type, cpp_type) \ in CreateDenseAttrFromLiteral() argument
|
D | mlir_hlo_to_hlo.cc | 795 #define ELEMENTS_ATTR_TO_LITERAL(xla_type, cpp_type) \ in CreateLiteralFromAttr() argument
|
/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/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 6101 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/ |
D | vulkan.hpp | 8846 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/ |
D | c_api.cc | 1381 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
|