Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h329 enum CppType { enum
392 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()
Dwire_format_lite.h121 enum CppType { enum
136 static CppType FieldTypeToCppType(FieldType type);
491 static const CppType kFieldTypeToCppTypeMap[];
521 inline WireFormatLite::CppType
Dwire_format_lite.cc64 const WireFormatLite::CppType
66 static_cast<CppType>(0), // 0 is reserved for errors
Dextension_set_heavy.cc101 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type()
Dgenerated_message_reflection.cc111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError()
Ddescriptor_unittest.cc1523 FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { in GetCppTypeForFieldType()
1549 return static_cast<FieldDescriptor::CppType>(0); in GetCppTypeForFieldType()
Dextension_set.cc57 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type()
Ddescriptor.cc62 const FieldDescriptor::CppType
64 static_cast<CppType>(0), // 0 is reserved for errors
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h94 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
Dcpp_helpers.cc192 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()