Searched refs:proto3_optional (Results 1 – 9 of 9) sorted by relevance
108 protected $proto3_optional = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto569 return isset($this->proto3_optional) ? $this->proto3_optional : false;574 return isset($this->proto3_optional);579 unset($this->proto3_optional);609 $this->proto3_optional = $var;
88 // int32 foo = 1 [proto3_optional=true];321 `FieldDescriptorProto.proto3_optional` field. We want to avoid having
216 // When proto3_optional is true, this field must be belong to a oneof to223 // For message fields, proto3_optional doesn't create any semantic change,234 optional bool proto3_optional = 17; field
220 // When proto3_optional is true, this field must be belong to a oneof to227 // For message fields, proto3_optional doesn't create any semantic change,238 optional bool proto3_optional = 17; field
4754 result->proto3_optional_ = proto.proto3_optional(); in BuildFieldOrExtension()4756 if (proto.proto3_optional() && in BuildFieldOrExtension()
2105 bool proto3_optional() const;8696 inline bool FieldDescriptorProto::proto3_optional() const { in proto3_optional() function
1474 bool proto3_optional) { in msgdef_add_field() argument1494 if (proto3_optional) { in msgdef_add_field()
786 if (field.proto3_optional()) { in ParseMessageDefinition()