Searched refs:LABEL_OPTIONAL (Results 1 – 15 of 15) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 196 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 …]
|
D | descriptor.h | 348 LABEL_OPTIONAL = 1, // optional enumerator 1294 return label() == LABEL_OPTIONAL; in is_optional()
|
D | extension_set_heavy.cc | 108 : FieldDescriptor::LABEL_OPTIONAL, \
|
D | descriptor.proto | 124 LABEL_OPTIONAL = 1; enumerator
|
D | descriptor.pb.h | 786 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; variable
|
D | descriptor.pb.cc | 2207 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in google::protobuf::FieldDescriptorProto
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 368 LABEL_OPTIONAL = 1 variable in FieldDescriptor
|
D | text_format.py | 83 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL):
|
D | reflection.py | 255 field.label == _FieldDescriptor.LABEL_OPTIONAL)
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_message.cc | 428 case FieldDescriptor::LABEL_OPTIONAL: in GenerateIsInitialized()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 990 *label = FieldDescriptorProto::LABEL_OPTIONAL; in ParseLabel() 1002 *label = FieldDescriptorProto::LABEL_OPTIONAL; in ParseLabel()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_message.cc | 933 case FieldDescriptor::LABEL_OPTIONAL: in GenerateIsInitialized()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 438 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorValidatorException()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 689 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL; in isOptional()
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 714 label=FieldDescriptor.LABEL_OPTIONAL, default_value=0,
|