Searched refs:CppType (Results 1 – 12 of 12) sorted by relevance
378 enum CppType { enum442 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()
119 enum CppType { enum134 static CppType FieldTypeToCppType(FieldType type);514 static const CppType kFieldTypeToCppTypeMap[];562 inline WireFormatLite::CppType
64 const WireFormatLite::CppType66 static_cast<CppType>(0), // 0 is reserved for errors
334 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
705 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError()1383 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField()
127 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type()
56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type()
1691 FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { in GetCppTypeForFieldType()1694 static_cast<FieldDescriptor::CppType>(0); in GetCppTypeForFieldType()
67 const FieldDescriptor::CppType69 static_cast<CppType>(0), // 0 is reserved for errors
100 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
208 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()