/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/ |
descriptor_source_test_base.py | 112 label=FieldDescriptorProto.LABEL_OPTIONAL) 118 label=FieldDescriptorProto.LABEL_OPTIONAL) 124 label=FieldDescriptorProto.LABEL_OPTIONAL)
|
/external/perfetto/protos/perfetto/common/ |
descriptor.proto | 120 LABEL_OPTIONAL = 1;
|
/external/protobuf/python/google/protobuf/ |
proto_builder.py | 128 field_proto.label = descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL
|
descriptor.py | 483 LABEL_OPTIONAL = 1 [all...] |
text_format.py | 245 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL): [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 268 FieldDescriptorProto::LABEL_OPTIONAL, 279 FieldDescriptorProto::LABEL_OPTIONAL, 554 FieldDescriptorProto::LABEL_OPTIONAL, 562 FieldDescriptorProto::LABEL_OPTIONAL, 587 FieldDescriptorProto::LABEL_OPTIONAL, 590 FieldDescriptorProto::LABEL_OPTIONAL, 604 FieldDescriptorProto::LABEL_OPTIONAL, 607 FieldDescriptorProto::LABEL_OPTIONAL, 610 FieldDescriptorProto::LABEL_OPTIONAL, 613 FieldDescriptorProto::LABEL_OPTIONAL, [all...] |
descriptor.h | 494 LABEL_OPTIONAL = 1, // optional 545 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL [all...] |
extension_set_heavy.cc | 140 : FieldDescriptor::LABEL_OPTIONAL, \
|
descriptor.cc | 139 "optional", // LABEL_OPTIONAL [all...] |
/external/protobuf/python/google/protobuf/internal/ |
message_factory_test.py | 161 ext.label = descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL 178 ext.label = descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL
|
descriptor_test.py | 73 label=descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL) [all...] |
python_message.py | 275 field.label == _FieldDescriptor.LABEL_OPTIONAL) [all...] |
reflection_test.py | [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 457 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) 489 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) 498 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) 581 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) 603 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) 626 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) 662 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
extension_dict.cc | 169 if (descriptor->label() != FieldDescriptor::LABEL_OPTIONAL ||
|
/external/protobuf/src/google/protobuf/util/ |
type_resolver_util.cc | 150 case FieldDescriptor::LABEL_OPTIONAL:
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 794 if (label == FieldDescriptorProto::LABEL_OPTIONAL && 865 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); 871 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.cc | 434 case FieldDescriptor::LABEL_OPTIONAL:
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message_builder.cc | 593 case FieldDescriptor::LABEL_OPTIONAL:
|
java_message_lite.cc | 718 case FieldDescriptor::LABEL_OPTIONAL: [all...] |
java_message.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/ruby/ |
ruby_generator.cc | 84 case FieldDescriptor::LABEL_OPTIONAL: return "optional";
|
/external/grpc-grpc/third_party/nanopb/generator/ |
nanopb_generator.py | 263 elif desc.label == FieldD.LABEL_OPTIONAL: [all...] |
/external/nanopb-c/generator/ |
nanopb_generator.py | 316 elif desc.label == FieldD.LABEL_OPTIONAL: [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |