Home
last modified time | relevance | path

Searched refs:LABEL_OPTIONAL (Results 1 – 15 of 15) sorted by relevance

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