Searched defs:CppType (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h120 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
121 enum CppType { enum in class:google::protobuf::internal::WireFormatLite
135 // Helper method to get the CppType for a particular Type.
136 static CppType FieldTypeToCppType(FieldType type);
491 static const CppType kFieldTypeToCppTypeMap[];
521 inline WireFormatLite::CppType
H A Ddescriptor.h327 // fixed mapping from Type to CppType where each Type maps to exactly one
328 // CppType. 0 is reserved for errors.
329 enum CppType { enum in class:google::protobuf::FieldDescriptor
342 // indexed by CppType.
392 CppType cpp_type() const; // C++ type of this field.
476 // Helper method to get the CppType for a particular Type.
477 static CppType TypeToCppType(Type type);
526 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
1345 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const {
1349 inline FieldDescriptor::CppType FieldDescripto
[all...]

Completed in 144 milliseconds