CppType           208 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc const char* PrimitiveTypeName(FieldDescriptor::CppType type) {
CppType           100 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h const char* PrimitiveTypeName(FieldDescriptor::CppType type);
CppType            64 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor::CppType
CppType            66 third_party/protobuf/src/google/protobuf/descriptor.cc   static_cast<CppType>(0),  // 0 is reserved for errors
CppType           423 third_party/protobuf/src/google/protobuf/descriptor.h   CppType cpp_type() const;           // C++ type of this field.
CppType           511 third_party/protobuf/src/google/protobuf/descriptor.h   static CppType TypeToCppType(Type type);
CppType           571 third_party/protobuf/src/google/protobuf/descriptor.h   static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
CppType          1485 third_party/protobuf/src/google/protobuf/descriptor.h inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const {
CppType          1493 third_party/protobuf/src/google/protobuf/descriptor.h inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) {
CppType          1559 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) {
CppType          1562 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc         static_cast<FieldDescriptor::CppType>(0);
CppType            57 third_party/protobuf/src/google/protobuf/extension_set.cc inline WireFormatLite::CppType cpp_type(FieldType type) {
CppType           104 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc inline FieldDescriptor::CppType cpp_type(FieldType type) {
CppType            96 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     FieldDescriptor::CppType expected_type) {
CppType          1090 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     FieldDescriptor::CppType cpptype,
CppType           284 third_party/protobuf/src/google/protobuf/generated_message_reflection.h       Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
CppType           675 third_party/protobuf/src/google/protobuf/message.h       Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
CppType            83 third_party/protobuf/src/google/protobuf/wire_format_lite.cc const WireFormatLite::CppType
CppType            85 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   static_cast<CppType>(0),  // 0 is reserved for errors
CppType           135 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static CppType FieldTypeToCppType(FieldType type);
CppType           537 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static const CppType kFieldTypeToCppTypeMap[];
CppType           567 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline WireFormatLite::CppType