Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc346 std::string cpp_type; in GenerateSimpleFieldDescriptor() local
504 std::string cpp_type; in GenerateDecoder() local
/external/flatbuffers/src/
Didl_gen_cpp.cpp1461 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local
1482 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local
2179 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
2247 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
Didl_parser.cpp741 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
/external/libprotobuf-mutator/src/
Dfield_instance.h168 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
/external/protobuf/python/google/protobuf/
Ddescriptor.py497 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
507 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/protobuf/src/google/protobuf/
Dmessage.cc417 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
Dextension_set_heavy.cc128 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
Ddescriptor.h1858 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function
1874 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dextension_set.cc56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
Dgenerated_message_reflection.cc2236 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
/external/tensorflow/tensorflow/c/
Dc_api.cc1794 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument