Home | History | Annotate | Download | only in protobuf

Lines Matching defs:CppType

357   // fixed mapping from Type to CppType where each Type maps to exactly one
358 // CppType. 0 is reserved for errors.
359 enum CppType {
372 // indexed by CppType.
423 CppType cpp_type() const; // C++ type of this field.
510 // Helper method to get the CppType for a particular Type.
511 static CppType TypeToCppType(Type type);
571 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const {
1493 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) {