/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 198 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 209 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 410 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 418 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 596 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label()); in TEST_F() 598 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, qux_->label()); in TEST_F() 676 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 679 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 683 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 689 FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() [all …]
|
D | descriptor.h | 397 LABEL_OPTIONAL = 1, // optional enumerator 1582 return label() == LABEL_OPTIONAL; in is_optional()
|
D | extension_set_heavy.cc | 139 : FieldDescriptor::LABEL_OPTIONAL, \
|
D | descriptor.proto | 137 LABEL_OPTIONAL = 1; enumerator
|
D | descriptor.cc | 4198 if (field->label() != FieldDescriptor::LABEL_OPTIONAL) { in CrossLinkField()
|
D | descriptor.pb.h | 814 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; variable
|
D | descriptor.pb.cc | 2564 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in google::protobuf::FieldDescriptorProto
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 450 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorValidatorException() 482 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 491 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 583 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testHiddenDependency() 619 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testPublicDependency()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 201 if (descriptor->label() != FieldDescriptor::LABEL_OPTIONAL || in ass_subscript()
|
D | message.cc | 1438 descriptor->label() == google::protobuf::FieldDescriptor::LABEL_OPTIONAL) { in CheckAndGetInteger()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_message.cc | 434 case FieldDescriptor::LABEL_OPTIONAL: in GenerateIsInitialized()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1307 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in ParseOneof() 1583 *label = FieldDescriptorProto::LABEL_OPTIONAL; in ParseLabel() 1595 *label = FieldDescriptorProto::LABEL_OPTIONAL; in ParseLabel()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 423 LABEL_OPTIONAL = 1 variable in FieldDescriptor
|
D | text_format.py | 87 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL):
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 444 LABEL_OPTIONAL = 1 variable in FieldDescriptor
|
D | text_format.py | 133 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL):
|
/external/protobuf/python/google/protobuf/internal/ |
D | cpp_message.py | 45 _LABEL_OPTIONAL = _net_proto2___python.LABEL_OPTIONAL
|
D | python_message.py | 198 field.label == _FieldDescriptor.LABEL_OPTIONAL)
|
D | reflection_test.py | 1002 label=FieldDescriptor.LABEL_OPTIONAL, default_value=0, 1033 new_field.label = descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_message.cc | 1258 case FieldDescriptor::LABEL_OPTIONAL: in GenerateIsInitialized()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | python_message.py | 188 field.label == _FieldDescriptor.LABEL_OPTIONAL)
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 188 elif desc.label == FieldD.LABEL_OPTIONAL:
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 887 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL; in isOptional()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 135 LABEL_OPTIONAL = 1; enumerator
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |