/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.h | 379 LABEL_REQUIRED = 2, // required 427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED [all...] |
descriptor_unittest.cc | 407 FieldDescriptorProto::LABEL_REQUIRED, 428 FieldDescriptorProto::LABEL_REQUIRED, 431 FieldDescriptorProto::LABEL_REQUIRED, 434 FieldDescriptorProto::LABEL_REQUIRED, 595 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); [all...] |
descriptor.pb.h | [all...] |
descriptor.pb.cc | [all...] |
/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 | 428 case FieldDescriptor::LABEL_REQUIRED:
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor.py | 424 LABEL_REQUIRED = 2
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 605 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
|
python_message.py | 837 if field.label == _FieldDescriptor.LABEL_REQUIRED] [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 927 case FieldDescriptor::LABEL_REQUIRED: [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 996 *label = FieldDescriptorProto::LABEL_REQUIRED; [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 711 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.cc | [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 684 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python-proto2.cc | 124 {"LABEL_REQUIRED", google::protobuf::FieldDescriptor::LABEL_REQUIRED}, [all...] |