Home
last modified time | relevance | path

Searched defs:proto3_optional (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php108 protected $proto3_optional = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto238 optional bool proto3_optional = 17; field
Ddescriptor.pb.h8696 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()