Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_test.py743 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
748 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
754 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
783 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
788 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
Dpython_message.py1130 if field.label == _FieldDescriptor.LABEL_REQUIRED]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util.cc156 case FieldDescriptor::LABEL_REQUIRED: in ConvertFieldDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_message_builder.cc659 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
Djava_message_lite.cc711 case FieldDescriptor::LABEL_REQUIRED: in GenerateDynamicMethodIsInitialized()
Djava_message.cc895 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc85 case FieldDescriptor::LABEL_REQUIRED: return "required"; in LabelForField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h495 LABEL_REQUIRED = 2, // required enumerator
1802 return label() == LABEL_REQUIRED; in is_required()
Ddescriptor_unittest.cc550 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
571 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
574 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
577 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
835 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); in TEST_F()
5392 key->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F()
5422 value->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F()
Ddescriptor.proto159 LABEL_REQUIRED = 2; enumerator
Ddescriptor.cc4247 result->label_ == FieldDescriptor::LABEL_REQUIRED) { in BuildFieldOrExtension()
Ddescriptor.pb.h1081 static const Label LABEL_REQUIRED = variable
Ddescriptor.pb.cc4261 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED; member in google::protobuf::FieldDescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py484 LABEL_REQUIRED = 2 variable in FieldDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1962 *label = FieldDescriptorProto::LABEL_REQUIRED; in ParseLabel()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java992 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; in isRequired()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc2298 "required", (field->label() == FieldDescriptor::LABEL_REQUIRED ? in GenerateClassField()