Home
last modified time | relevance | path

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

/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py56 def GetTypeChecker(cpp_type, field_type): argument
/external/flatbuffers/src/
Didl_gen_cpp.cpp907 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local
924 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local
1466 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
Didl_parser.cpp680 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
/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/nanopb-c/generator/google/protobuf/
Ddescriptor.py428 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument