Searched refs:CppType (Results 1 – 10 of 10) sorted by relevance
329 enum CppType { enum392 CppType cpp_type() const; // C++ type of this field.477 static CppType TypeToCppType(Type type);526 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];1345 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type()1349 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { in TypeToCppType()
121 enum CppType { enum136 static CppType FieldTypeToCppType(FieldType type);491 static const CppType kFieldTypeToCppTypeMap[];521 inline WireFormatLite::CppType
64 const WireFormatLite::CppType66 static_cast<CppType>(0), // 0 is reserved for errors
101 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type()
111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError()
1523 FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { in GetCppTypeForFieldType()1549 return static_cast<FieldDescriptor::CppType>(0); in GetCppTypeForFieldType()
57 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type()
62 const FieldDescriptor::CppType64 static_cast<CppType>(0), // 0 is reserved for errors
94 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
192 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()