Home
last modified time | relevance | path

Searched refs:proto3_optional (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php108 protected $proto3_optional = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
569 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;
/third_party/protobuf/docs/
Dimplementing_proto3_presence.md88 // int32 foo = 1 [proto3_optional=true];
321 `FieldDescriptorProto.proto3_optional` field. We want to avoid having
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto216 // When proto3_optional is true, this field must be belong to a oneof to
223 // For message fields, proto3_optional doesn't create any semantic change,
234 optional bool proto3_optional = 17; field
Ddescriptor.proto216 // When proto3_optional is true, this field must be belong to a oneof to
223 // For message fields, proto3_optional doesn't create any semantic change,
234 optional bool proto3_optional = 17; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto220 // When proto3_optional is true, this field must be belong to a oneof to
227 // For message fields, proto3_optional doesn't create any semantic change,
238 optional bool proto3_optional = 17; field
Ddescriptor.cc4754 result->proto3_optional_ = proto.proto3_optional(); in BuildFieldOrExtension()
4756 if (proto.proto3_optional() && in BuildFieldOrExtension()
Ddescriptor.pb.h2105 bool proto3_optional() const;
8696 inline bool FieldDescriptorProto::proto3_optional() const { in proto3_optional() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c1474 bool proto3_optional) { in msgdef_add_field() argument
1494 if (proto3_optional) { in msgdef_add_field()
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc786 if (field.proto3_optional()) { in ParseMessageDefinition()