/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_test.py | 743 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 748 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 754 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 783 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 788 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
|
D | python_message.py | 1130 if field.label == _FieldDescriptor.LABEL_REQUIRED]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | type_resolver_util.cc | 156 case FieldDescriptor::LABEL_REQUIRED: in ConvertFieldDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_message_builder.cc | 659 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
|
D | java_message_lite.cc | 711 case FieldDescriptor::LABEL_REQUIRED: in GenerateDynamicMethodIsInitialized()
|
D | java_message.cc | 895 case FieldDescriptor::LABEL_REQUIRED: in GenerateIsInitialized()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 85 case FieldDescriptor::LABEL_REQUIRED: return "required"; in LabelForField()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 495 LABEL_REQUIRED = 2, // required enumerator 1802 return label() == LABEL_REQUIRED; in is_required()
|
D | descriptor_unittest.cc | 550 FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 571 FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 574 FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 577 FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 835 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); in TEST_F() 5392 key->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F() 5422 value->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F()
|
D | descriptor.proto | 159 LABEL_REQUIRED = 2; enumerator
|
D | descriptor.cc | 4247 result->label_ == FieldDescriptor::LABEL_REQUIRED) { in BuildFieldOrExtension()
|
D | descriptor.pb.h | 1081 static const Label LABEL_REQUIRED = variable
|
D | descriptor.pb.cc | 4261 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED; member in google::protobuf::FieldDescriptorProto
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 484 LABEL_REQUIRED = 2 variable in FieldDescriptor
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser.cc | 1962 *label = FieldDescriptorProto::LABEL_REQUIRED; in ParseLabel()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 136 LABEL_REQUIRED = 2; enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 136 LABEL_REQUIRED = 2; enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 992 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; in isRequired()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 2298 "required", (field->label() == FieldDescriptor::LABEL_REQUIRED ? in GenerateClassField()
|