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

1 2

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 198 FieldDescriptorProto::LABEL_OPTIONAL,
209 FieldDescriptorProto::LABEL_OPTIONAL,
410 FieldDescriptorProto::LABEL_OPTIONAL,
418 FieldDescriptorProto::LABEL_OPTIONAL,
596 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label());
598 EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, qux_->label());
659 FieldDescriptorProto::LABEL_OPTIONAL,
662 FieldDescriptorProto::LABEL_OPTIONAL,
665 FieldDescriptorProto::LABEL_OPTIONAL,
668 FieldDescriptorProto::LABEL_OPTIONAL,
    [all...]
descriptor.h 378 LABEL_OPTIONAL = 1, // optional
428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
    [all...]
extension_set_heavy.cc 116 : FieldDescriptor::LABEL_OPTIONAL, \
  /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, \
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 442 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
474 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
483 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
549 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
585 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL)
  /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 434 case FieldDescriptor::LABEL_OPTIONAL:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 423 LABEL_OPTIONAL = 1
text_format.py 87 field.label == descriptor.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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 45 _LABEL_OPTIONAL = _net_proto2___python.LABEL_OPTIONAL
python_message.py 188 field.label == _FieldDescriptor.LABEL_OPTIONAL)
    [all...]
reflection_test.py     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc     [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 716 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 689 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL;
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 123 {"LABEL_OPTIONAL", google::protobuf::FieldDescriptor::LABEL_OPTIONAL},
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 714 label=FieldDescriptor.LABEL_OPTIONAL, default_value=0,
    [all...]

Completed in 523 milliseconds

1 2