HomeSort by relevance Sort by last modified time
    Searched refs:LABEL_OPTIONAL (Results 1 - 14 of 14) sorted by null

  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 196 FieldDescriptorProto::LABEL_OPTIONAL,
207 FieldDescriptorProto::LABEL_OPTIONAL,
408 FieldDescriptorProto::LABEL_OPTIONAL,
416 FieldDescriptorProto::LABEL_OPTIONAL,
594 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label());
596 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, qux_->label());
657 FieldDescriptorProto::LABEL_OPTIONAL,
660 FieldDescriptorProto::LABEL_OPTIONAL,
663 FieldDescriptorProto::LABEL_OPTIONAL,
666 FieldDescriptorProto::LABEL_OPTIONAL,
    [all...]
descriptor.h 348 LABEL_OPTIONAL = 1, // optional
396 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
    [all...]
extension_set_heavy.cc 108 : FieldDescriptor::LABEL_OPTIONAL, \
descriptor.pb.h     [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 368 LABEL_OPTIONAL = 1
text_format.py 83 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL):
reflection.py 255 field.label == _FieldDescriptor.LABEL_OPTIONAL)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 444 case FieldDescriptor::LABEL_OPTIONAL:
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 990 *label = FieldDescriptorProto::LABEL_OPTIONAL;
1002 *label = FieldDescriptorProto::LABEL_OPTIONAL;
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 438 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 689 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL;
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 714 label=FieldDescriptor.LABEL_OPTIONAL, default_value=0,
    [all...]

Completed in 696 milliseconds