Searched defs:cpp_type (Results 1 – 6 of 6) sorted by relevance
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 56 def GetTypeChecker(cpp_type, field_type): argument
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 1641 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function 1657 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
D | extension_set_heavy.cc | 127 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
D | extension_set.cc | 56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 428 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 455 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|