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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 119 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
120 enum CppType {
134 // Helper method to get the CppType for a particular Type.
135 static CppType FieldTypeToCppType(FieldType type);
537 static const CppType kFieldTypeToCppTypeMap[];
567 inline WireFormatLite::CppType
descriptor.h 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];
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 120 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
121 enum CppType {
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
descriptor.h 327 // fixed mapping from Type to CppType where each Type maps to exactly one
328 // CppType. 0 is reserved for errors.
329 enum CppType {
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];
    [all...]

Completed in 803 milliseconds