LABEL_REQUIRED    711 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED;
LABEL_REQUIRED    124 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     {"LABEL_REQUIRED", google::protobuf::FieldDescriptor::LABEL_REQUIRED},
LABEL_REQUIRED   1071 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc         case FieldDescriptor::LABEL_REQUIRED:
LABEL_REQUIRED   1452 third_party/protobuf/src/google/protobuf/compiler/parser.cc     *label = FieldDescriptorProto::LABEL_REQUIRED;
LABEL_REQUIRED   1426 third_party/protobuf/src/google/protobuf/descriptor.h   return label() == LABEL_REQUIRED;
LABEL_REQUIRED   2435 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED;
LABEL_REQUIRED    814 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const Label LABEL_REQUIRED = FieldDescriptorProto_Label_LABEL_REQUIRED;
LABEL_REQUIRED    407 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc              FieldDescriptorProto::LABEL_REQUIRED,
LABEL_REQUIRED    428 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc              FieldDescriptorProto::LABEL_REQUIRED,
LABEL_REQUIRED    431 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc              FieldDescriptorProto::LABEL_REQUIRED,
LABEL_REQUIRED    434 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc              FieldDescriptorProto::LABEL_REQUIRED,
LABEL_REQUIRED    595 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label());