Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h349 LABEL_REQUIRED = 2, // required enumerator
1290 return label() == LABEL_REQUIRED; in PROTOBUF_DEFINE_ARRAY_ACCESSOR()
Ddescriptor_unittest.cc405 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
426 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
429 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
432 FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
593 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); in TEST_F()
Ddescriptor.proto125 LABEL_REQUIRED = 2; enumerator
Ddescriptor.pb.h787 static const Label LABEL_REQUIRED = FieldDescriptorProto_Label_LABEL_REQUIRED; variable
Ddescriptor.pb.cc2208 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED; member in google::protobuf::FieldDescriptorProto
/external/protobuf/python/google/protobuf/
Ddescriptor.py369 LABEL_REQUIRED = 2 variable in FieldDescriptor
Dreflection.py858 if field.label == _FieldDescriptor.LABEL_REQUIRED]
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_message.cc422 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc927 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc996 *label = FieldDescriptorProto::LABEL_REQUIRED; in ParseLabel()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java684 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; in isRequired()