Searched defs:cpp_type (Results 1 – 10 of 10) sorted by relevance
| /external/nanopb-c/generator/google/protobuf/internal/ |
| D | type_checkers.py | 56 def GetTypeChecker(cpp_type, field_type): argument
|
| /external/flatbuffers/src/ |
| D | idl_gen_cpp.cpp | 907 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
|
| D | idl_parser.cpp | 680 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
|
| /external/protobuf/python/google/protobuf/ |
| D | descriptor.py | 497 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/ |
| D | message.cc | 417 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
| D | extension_set_heavy.cc | 128 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
| D | descriptor.h | 1858 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function 1874 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
| D | extension_set.cc | 56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
|
| D | generated_message_reflection.cc | 2236 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
| /external/nanopb-c/generator/google/protobuf/ |
| D | descriptor.py | 428 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|