LABEL_OPTIONAL 716 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL; LABEL_OPTIONAL 442 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) LABEL_OPTIONAL 474 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) LABEL_OPTIONAL 483 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) LABEL_OPTIONAL 549 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) LABEL_OPTIONAL 585 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) LABEL_OPTIONAL 123 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"LABEL_OPTIONAL", google::protobuf::FieldDescriptor::LABEL_OPTIONAL}, LABEL_OPTIONAL 1081 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc case FieldDescriptor::LABEL_OPTIONAL: LABEL_OPTIONAL 1446 third_party/protobuf/src/google/protobuf/compiler/parser.cc *label = FieldDescriptorProto::LABEL_OPTIONAL; LABEL_OPTIONAL 1458 third_party/protobuf/src/google/protobuf/compiler/parser.cc *label = FieldDescriptorProto::LABEL_OPTIONAL; LABEL_OPTIONAL 1430 third_party/protobuf/src/google/protobuf/descriptor.h return label() == LABEL_OPTIONAL; LABEL_OPTIONAL 2434 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; LABEL_OPTIONAL 813 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; LABEL_OPTIONAL 198 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 209 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 410 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 418 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 596 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label()); LABEL_OPTIONAL 598 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, qux_->label()); LABEL_OPTIONAL 659 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 662 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 665 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 668 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 671 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 675 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 678 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 681 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 684 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 687 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 691 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 694 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 697 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 700 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 703 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 1389 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 1398 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 1469 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, foo_file_->extension(0)->label()); LABEL_OPTIONAL 1471 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->extension(0)->label()); LABEL_OPTIONAL 1531 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc AddField(message, "foo", 1, FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 1660 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FD::Label label = FD::LABEL_OPTIONAL; LABEL_OPTIONAL 1779 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 1783 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto::LABEL_OPTIONAL, LABEL_OPTIONAL 116 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc : FieldDescriptor::LABEL_OPTIONAL, \