TYPE_MESSAGE 129 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"TYPE_MESSAGE", google::protobuf::FieldDescriptor::TYPE_MESSAGE}, TYPE_MESSAGE 250 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_MESSAGE : return "Message"; TYPE_MESSAGE 145 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) { TYPE_MESSAGE 254 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) { TYPE_MESSAGE 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_MESSAGE : return -1; TYPE_MESSAGE 166 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, TYPE_MESSAGE 67 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_MESSAGE : return "MESSAGE"; TYPE_MESSAGE 244 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_MESSAGE: TYPE_MESSAGE 115 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_MESSAGE : return "Message" ; TYPE_MESSAGE 148 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_MESSAGE : return -1; TYPE_MESSAGE 886 third_party/protobuf/src/google/protobuf/compiler/parser.cc case FieldDescriptorProto::TYPE_MESSAGE: TYPE_MESSAGE 1862 third_party/protobuf/src/google/protobuf/descriptor.cc case TYPE_MESSAGE: TYPE_MESSAGE 3837 third_party/protobuf/src/google/protobuf/descriptor.cc field->type_ = FieldDescriptor::TYPE_MESSAGE; TYPE_MESSAGE 4082 third_party/protobuf/src/google/protobuf/descriptor.cc if (field->type() != FieldDescriptor::TYPE_MESSAGE) { TYPE_MESSAGE 4105 third_party/protobuf/src/google/protobuf/descriptor.cc field->type() != FieldDescriptor::TYPE_MESSAGE) { TYPE_MESSAGE 4456 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_MESSAGE: { TYPE_MESSAGE 4526 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_MESSAGE: TYPE_MESSAGE 4790 third_party/protobuf/src/google/protobuf/descriptor.cc extension->type() == FieldDescriptor::TYPE_MESSAGE && TYPE_MESSAGE 4856 third_party/protobuf/src/google/protobuf/descriptor.cc if (option_field->type() == FieldDescriptor::TYPE_MESSAGE) { TYPE_MESSAGE 1500 third_party/protobuf/src/google/protobuf/descriptor.h field_type != FieldDescriptor::TYPE_MESSAGE && TYPE_MESSAGE 2406 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_MESSAGE; TYPE_MESSAGE 783 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const Type TYPE_MESSAGE = FieldDescriptorProto_Type_TYPE_MESSAGE; TYPE_MESSAGE 415 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::TYPE_MESSAGE) TYPE_MESSAGE 590 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_->type()); TYPE_MESSAGE 1399 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::TYPE_MESSAGE) TYPE_MESSAGE 1462 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, bar_->extension(0)->type()); TYPE_MESSAGE 1534 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc if (type == FieldDescriptor::TYPE_MESSAGE || TYPE_MESSAGE 1588 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_STREQ("message" , GetTypeNameForFieldType(FD::TYPE_MESSAGE )); TYPE_MESSAGE 1613 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FD::CPPTYPE_MESSAGE, GetCppTypeForFieldType(FD::TYPE_MESSAGE )); TYPE_MESSAGE 1638 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_STREQ("message", GetCppTypeNameForFieldType(FD::TYPE_MESSAGE )); TYPE_MESSAGE 1924 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, bar_field_->type()); TYPE_MESSAGE 1927 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_field_->type()); TYPE_MESSAGE 1954 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptorProto::TYPE_MESSAGE, proto.type()); TYPE_MESSAGE 2116 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, quux_field->type()); TYPE_MESSAGE 116 third_party/protobuf/src/google/protobuf/extension_set.cc GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE); TYPE_MESSAGE 151 third_party/protobuf/src/google/protobuf/extension_set.cc GOOGLE_CHECK(type == WireFormatLite::TYPE_MESSAGE || TYPE_MESSAGE 941 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_MESSAGE: TYPE_MESSAGE 1026 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_MESSAGE: { TYPE_MESSAGE 1028 third_party/protobuf/src/google/protobuf/extension_set.cc AddMessage(number, WireFormatLite::TYPE_MESSAGE, TYPE_MESSAGE 1030 third_party/protobuf/src/google/protobuf/extension_set.cc MutableMessage(number, WireFormatLite::TYPE_MESSAGE, TYPE_MESSAGE 1181 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_MESSAGE: TYPE_MESSAGE 1241 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_MESSAGE: TYPE_MESSAGE 1293 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_MESSAGE: TYPE_MESSAGE 1366 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_MESSAGE: { TYPE_MESSAGE 407 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case WireFormatLite::TYPE_MESSAGE: TYPE_MESSAGE 468 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::TYPE_MESSAGE: TYPE_MESSAGE 484 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) { TYPE_MESSAGE 633 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) { TYPE_MESSAGE 664 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) { TYPE_MESSAGE 1126 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc extension->type() == FieldDescriptor::TYPE_MESSAGE && TYPE_MESSAGE 1291 third_party/protobuf/src/google/protobuf/text_format.cc && field->type() == FieldDescriptor::TYPE_MESSAGE TYPE_MESSAGE 197 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_MESSAGE: TYPE_MESSAGE 304 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_MESSAGE: {