Home | History | Annotate | Download | only in protobuf

Lines Matching defs:CppType

473   // fixed mapping from Type to CppType where each Type maps to exactly one
474 // CppType. 0 is reserved for errors.
475 enum CppType {
488 // indexed by CppType.
540 CppType cpp_type() const; // C++ type of this field.
633 // Helper method to get the CppType for a particular Type.
634 static CppType TypeToCppType(Type type);
639 // Helper method to get the name of a CppType.
640 static const char* CppTypeName(CppType cpp_type);
718 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
1858 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const {
1866 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) {
1874 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) {