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

  /external/protobuf/src/google/protobuf/
descriptor.h 349 LABEL_REQUIRED = 2, // required
395 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
descriptor_unittest.cc 405 FieldDescriptorProto::LABEL_REQUIRED,
426 FieldDescriptorProto::LABEL_REQUIRED,
429 FieldDescriptorProto::LABEL_REQUIRED,
432 FieldDescriptorProto::LABEL_REQUIRED,
593 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label());
    [all...]
descriptor.pb.h     [all...]
descriptor.pb.cc 545 "ONAL\020\001\022\022\n\016LABEL_REQUIRED\020\002\022\022\n\016LABEL_REPE"
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 369 LABEL_REQUIRED = 2
reflection.py 858 if field.label == _FieldDescriptor.LABEL_REQUIRED]
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 422 case FieldDescriptor::LABEL_REQUIRED:
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 927 case FieldDescriptor::LABEL_REQUIRED:
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 996 *label = FieldDescriptorProto::LABEL_REQUIRED;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 684 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED;
    [all...]

Completed in 1837 milliseconds