/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Label.php | 23 const LABEL_REQUIRED = 2; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label 31 self::LABEL_REQUIRED => 'LABEL_REQUIRED',
|
/external/rust/crates/protobuf-codegen/src/ |
D | extensions.rs | 32 FieldDescriptorProto_Label::LABEL_REQUIRED => { in repeated()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 953 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 958 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 964 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 998 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 1003 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
|
D | python_message.py | 1205 if field.label == _FieldDescriptor.LABEL_REQUIRED]
|
/external/protobuf/benchmarks/util/ |
D | schema_proto2_to_proto3_util.h | 167 return field->label() == FieldDescriptorProto::LABEL_REQUIRED; in ShouldClearLabel()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_message.cc | 428 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 126 LABEL_REQUIRED = 2; enumerator
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 256 case FieldDescriptor::LABEL_REQUIRED: in ConvertFieldDescriptor()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_message_builder.cc | 650 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
|
D | java_message.cc | 900 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 82 case FieldDescriptor::LABEL_REQUIRED: return "required"; in LabelForField()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 573 LABEL_REQUIRED = 2, // required enumerator 2060 return label() == LABEL_REQUIRED; in is_required()
|
D | descriptor_unittest.cc | 669 AddField(message, "foo", 1, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 686 AddField(message2, "foo", 1, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 688 AddField(message2, "bar", 2, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 690 AddField(message2, "quux", 6, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 978 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); in TEST_F() 5943 key->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F() 5973 value->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F()
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 605 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 511 LABEL_REQUIRED = 2 variable in FieldDescriptor
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 495 required: field.field.get_label() == FieldDescriptorProto_Label::LABEL_REQUIRED, in parse() 821 (FieldDescriptorProto_Label::LABEL_REQUIRED, _) => "required ", in reconstruct_def()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upb.cc | 719 case protobuf::FieldDescriptor::LABEL_REQUIRED: in TryFillTableEntry()
|
/external/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 431 case FieldDescriptor::LABEL_REQUIRED: return "required"; in LabelForField()
|
/external/grpc-grpc/third_party/nanopb/generator/ |
D | nanopb_generator.py | 261 if desc.label == FieldD.LABEL_REQUIRED:
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 136 LABEL_REQUIRED = 2; enumerator
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 314 elif desc.label == FieldD.LABEL_REQUIRED:
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 136 LABEL_REQUIRED = 2; enumerator
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 136 LABEL_REQUIRED = 2; enumerator
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1052 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; in isRequired()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 2218 *label = FieldDescriptorProto::LABEL_REQUIRED; in ParseLabel()
|