HomeSort by relevance Sort by last modified time
    Searched defs:CppType (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
514 static const CppType kFieldTypeToCppTypeMap[];
562 inline WireFormatLite::CppType
descriptor.h 376 // fixed mapping from Type to CppType where each Type maps to exactly one
377 // CppType. 0 is reserved for errors.
378 enum CppType {
391 // indexed by CppType.
442 CppType cpp_type() const; // C++ type of this field.
536 // Helper method to get the CppType for a particular Type.
537 static CppType TypeToCppType(Type type);
542 // Helper method to get the name of a CppType.
543 static const char* CppTypeName(CppType cpp_type);
607 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1]
    [all...]

Completed in 54 milliseconds