Searched refs:LABEL_OPTIONAL (Results 1 - 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc196 FieldDescriptorProto::LABEL_OPTIONAL,
207 FieldDescriptorProto::LABEL_OPTIONAL,
408 FieldDescriptorProto::LABEL_OPTIONAL,
416 FieldDescriptorProto::LABEL_OPTIONAL,
594 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label());
596 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, qux_->label());
657 FieldDescriptorProto::LABEL_OPTIONAL,
660 FieldDescriptorProto::LABEL_OPTIONAL,
663 FieldDescriptorProto::LABEL_OPTIONAL,
666 FieldDescriptorProto::LABEL_OPTIONAL,
[all...]
H A Ddescriptor.h348 LABEL_OPTIONAL = 1, // optional enumerator in enum:google::protobuf::FieldDescriptor::Label
396 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1294 return label() == LABEL_OPTIONAL;
H A Dextension_set_heavy.cc108 : FieldDescriptor::LABEL_OPTIONAL, \
H A Ddescriptor.pb.h786 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.cc2207 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py368 LABEL_OPTIONAL = 1 variable in class:FieldDescriptor
H A Dtext_format.py83 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL):
H A Dreflection.py255 field.label == _FieldDescriptor.LABEL_OPTIONAL)
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc444 case FieldDescriptor::LABEL_OPTIONAL:
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc990 *label = FieldDescriptorProto::LABEL_OPTIONAL;
1002 *label = FieldDescriptorProto::LABEL_OPTIONAL;
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java438 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc933 case FieldDescriptor::LABEL_OPTIONAL:
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java689 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL;
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py714 label=FieldDescriptor.LABEL_OPTIONAL, default_value=0,

Completed in 1608 milliseconds