Searched refs:proto3_optional (Results 1 - 5 of 5) sorted by relevance
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FieldDescriptorProto.php | 89 * When proto3_optional is true, this field must be belong to a oneof to 95 * For message fields, proto3_optional doesn't create any semantic change, 106 * Generated from protobuf field <code>optional bool proto3_optional = 17;</code> 108 protected $proto3_optional = null; variable 146 * @type bool $proto3_optional 149 * When proto3_optional is true, this field must be belong to a oneof to 155 * For message fields, proto3_optional doesn't create any semantic change, 547 * When proto3_optional is true, this field must be belong to a oneof to 553 * For message fields, proto3_optional doesn't create any semantic change, 564 * Generated from protobuf field <code>optional bool proto3_optional 609 $this->proto3_optional = $var; global() variable [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | defs.c | 1437 rb_define_method(klass, "proto3_optional", MessageBuilderContext_proto3_optional, -1); in MessageBuilderContext_register() 1474 bool proto3_optional) { in msgdef_add_field() 1494 if (proto3_optional) { in msgdef_add_field() 1590 * MessageBuilderContext.proto3_optional(name, type, number, 1471 msgdef_add_field(VALUE msgbuilder_rb, upb_label_t label, VALUE name, VALUE type, VALUE number, VALUE type_class, VALUE options, int oneof_index, bool proto3_optional) msgdef_add_field() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.cc | 786 if (field.proto3_optional()) { in ParseMessageDefinition()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor.cc | 4754 result->proto3_optional_ = proto.proto3_optional(); in BuildFieldOrExtension() 4756 if (proto.proto3_optional() && in BuildFieldOrExtension() 4759 "The [proto3_optional=true] option may only be set on proto3" in BuildFieldOrExtension() 5532 "Fields with proto3_optional set must be " in CrossLinkMessage()
|
| H A D | descriptor.pb.h | 2099 // optional bool proto3_optional = 17; 2105 bool proto3_optional() const; 8681 // optional bool proto3_optional = 17; 8696 inline bool FieldDescriptorProto::proto3_optional() const { in proto3_optional() function in FieldDescriptorProto 8697 // @@protoc_insertion_point(field_get:google.protobuf.FieldDescriptorProto.proto3_optional) in proto3_optional() 8706 // @@protoc_insertion_point(field_set:google.protobuf.FieldDescriptorProto.proto3_optional) in set_proto3_optional()
|
Completed in 40 milliseconds