HomeSort by relevance Sort by last modified time
    Searched refs:CppType (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 249 static const FieldDescriptor::CppType cpp_type = \
269 static const FieldDescriptor::CppType cpp_type =
285 static const FieldDescriptor::CppType cpp_type =
300 static const FieldDescriptor::CppType cpp_type =
328 static const FieldDescriptor::CppType cpp_type =
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...]
reflection.h 511 static const FieldDescriptor::CppType cpp_type = \
531 static const FieldDescriptor::CppType cpp_type =
547 static const FieldDescriptor::CppType cpp_type =
562 static const FieldDescriptor::CppType cpp_type =
590 static const FieldDescriptor::CppType cpp_type =
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
generated_message_reflection.h 419 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
424 FieldDescriptor::CppType, int ctype,
431 FieldDescriptor::CppType cpp_type,
message.h     [all...]
map.h 111 FieldDescriptor::CppType type() const {
118 return (FieldDescriptor::CppType)type_;
281 void SetType(FieldDescriptor::CppType type) {
292 // type_ is 0 or a valid FieldDescriptor::CppType.
418 void SetType(FieldDescriptor::CppType type) {
422 FieldDescriptor::CppType type() const {
428 return (FieldDescriptor::CppType)type_;
440 #define HANDLE_TYPE(CPPTYPE, TYPE) \
441 case google::protobuf::FieldDescriptor::CPPTYPE_##CPPTYPE: { \
461 // type_ is 0 or a valid FieldDescriptor::CppType
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
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...]
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
generated_message_reflection.h 284 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
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...]
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
generated_message_reflection.h 284 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
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...]
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
generated_message_reflection.h 284 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
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...]
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
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 100 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
196 // Returns true if the field's CPPTYPE is string or message.
cpp_helpers.cc 208 const char* PrimitiveTypeName(FieldDescriptor::CppType type) {
  /external/protobuf/src/google/protobuf/
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...]
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
wire_format_lite.cc 64 const WireFormatLite::CppType
66 static_cast<CppType>(0), // 0 is reserved for errors
  /system/tools/aidl/
type_cpp.h 54 std::string CppType() const { return cpp_type_; }
generate_cpp.cpp 117 literal = type->CppType();
143 "%s* %s", return_type->CppType().c_str(),
202 string type = cpp_type->CppType();
420 "%s %s", return_type->CppType().c_str(),

Completed in 445 milliseconds

1 2