Home
last modified time | relevance | path

Searched refs:CppType (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h378 enum CppType { enum
442 CppType cpp_type() const; // C++ type of this field.
537 static CppType TypeToCppType(Type type);
543 static const char* CppTypeName(CppType cpp_type);
607 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
1641 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type()
1649 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { in TypeToCppType()
1657 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dwire_format_lite.h119 enum CppType { enum
134 static CppType FieldTypeToCppType(FieldType type);
514 static const CppType kFieldTypeToCppTypeMap[];
562 inline WireFormatLite::CppType
Dwire_format_lite.cc64 const WireFormatLite::CppType
66 static_cast<CppType>(0), // 0 is reserved for errors
Dgenerated_message_reflection.h334 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
Dmessage.h705 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
Dgenerated_message_reflection.cc111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError()
1383 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField()
Dextension_set_heavy.cc127 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type()
Dextension_set.cc56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type()
Ddescriptor_unittest.cc1691 FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { in GetCppTypeForFieldType()
1694 static_cast<FieldDescriptor::CppType>(0); in GetCppTypeForFieldType()
Ddescriptor.cc67 const FieldDescriptor::CppType
69 static_cast<CppType>(0), // 0 is reserved for errors
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h100 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
Dcpp_helpers.cc208 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()