Home
last modified time | relevance | path

Searched refs:LABEL_REQUIRED (Results 1 – 25 of 38) sorted by relevance

12

/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DLabel.php23 const LABEL_REQUIRED = 2; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label
31 self::LABEL_REQUIRED => 'LABEL_REQUIRED',
/external/rust/crates/protobuf-codegen/src/
Dextensions.rs32 FieldDescriptorProto_Label::LABEL_REQUIRED => { in repeated()
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py953 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
Dpython_message.py1205 if field.label == _FieldDescriptor.LABEL_REQUIRED]
/external/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h167 return field->label() == FieldDescriptorProto::LABEL_REQUIRED; in ShouldClearLabel()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_message.cc428 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto126 LABEL_REQUIRED = 2; enumerator
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc256 case FieldDescriptor::LABEL_REQUIRED: in ConvertFieldDescriptor()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder.cc650 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
Djava_message.cc900 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc82 case FieldDescriptor::LABEL_REQUIRED: return "required"; in LabelForField()
/external/protobuf/src/google/protobuf/
Ddescriptor.h573 LABEL_REQUIRED = 2, // required enumerator
2060 return label() == LABEL_REQUIRED; in is_required()
Ddescriptor_unittest.cc669 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/
Ddescriptor_test.py605 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
/external/protobuf/python/google/protobuf/
Ddescriptor.py511 LABEL_REQUIRED = 2 variable in FieldDescriptor
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs495 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/
Dprotoc-gen-upb.cc719 case protobuf::FieldDescriptor::LABEL_REQUIRED: in TryFillTableEntry()
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc431 case FieldDescriptor::LABEL_REQUIRED: return "required"; in LabelForField()
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py261 if desc.label == FieldD.LABEL_REQUIRED:
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/external/nanopb-c/generator/
Dnanopb_generator.py314 elif desc.label == FieldD.LABEL_REQUIRED:
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1052 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; in isRequired()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc2218 *label = FieldDescriptorProto::LABEL_REQUIRED; in ParseLabel()

12