Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php50 private $proto3_optional; variable in Google\\Protobuf\\Internal\\FieldDescriptor
180 public function setProto3Optional($proto3_optional)
DFieldDescriptorProto.php107 protected $proto3_optional = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php50 private $proto3_optional; variable in Google\\Protobuf\\Internal\\FieldDescriptor
180 public function setProto3Optional($proto3_optional)
DFieldDescriptorProto.php107 protected $proto3_optional = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php50 private $proto3_optional; variable in Google\\Protobuf\\Internal\\FieldDescriptor
180 public function setProto3Optional($proto3_optional)
DFieldDescriptorProto.php107 protected $proto3_optional = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/cronet/stable/third_party/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb302 def proto3_optional(name, type, number, type_class=nil, options=nil) method in Google.Protobuf.Internal.MessageBuilder
/external/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb302 def proto3_optional(name, type, number, type_class=nil, options=nil) method in Google.Protobuf.Internal.MessageBuilder
/external/cronet/tot/third_party/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb302 def proto3_optional(name, type, number, type_class=nil, options=nil) method in Google.Protobuf.Internal.MessageBuilder
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto232 optional bool proto3_optional = 17; field
Ddescriptor_sv.proto234 optional bool proto3_optional = 17; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto237 optional bool proto3_optional = 17; field
Ddescriptor.pb.h10629 inline bool FieldDescriptorProto::proto3_optional() const { in proto3_optional() function
/external/protobuf/src/google/protobuf/
Ddescriptor.proto237 optional bool proto3_optional = 17; field
Ddescriptor.pb.h10629 inline bool FieldDescriptorProto::proto3_optional() const { in proto3_optional() function
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto238 optional bool proto3_optional = 17; field
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto237 optional bool proto3_optional = 17; field
Ddescriptor.pb.h10629 inline bool FieldDescriptorProto::proto3_optional() const { in proto3_optional() function
/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs1589 pub proto3_optional: ::std::option::Option<bool>, field
1870 pub fn proto3_optional(&self) -> bool { in proto3_optional() method
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs2149 proto3_optional: ::std::option::Option<bool>, field