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

  /system/tools/aidl/
type_cpp.h 54 std::string CppType() const { return cpp_type_; }
  /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);
536 static const CppType kFieldTypeToCppTypeMap[];
584 inline WireFormatLite::CppType
descriptor.h 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]
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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);
493 static const CppType kFieldTypeToCppTypeMap[];
523 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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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);
493 static const CppType kFieldTypeToCppTypeMap[];
523 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...]
  /prebuilts/misc/windows/protobuf2.5/include/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);
493 static const CppType kFieldTypeToCppTypeMap[];
523 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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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);
536 static const CppType kFieldTypeToCppTypeMap[];
584 inline WireFormatLite::CppType
descriptor.h 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]
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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);
493 static const CppType kFieldTypeToCppTypeMap[];
523 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...]

Completed in 511 milliseconds