Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Ddescriptor.rs2149 proto3_optional: ::std::option::Option<bool>, field
2461 self.proto3_optional.unwrap_or(false) in get_proto3_optional()
2464 self.proto3_optional = ::std::option::Option::None; in clear_proto3_optional()
2468 self.proto3_optional.is_some() in has_proto3_optional()
2473 self.proto3_optional = ::std::option::Option::Some(v); in set_proto3_optional()
2534 self.proto3_optional = ::std::option::Option::Some(tmp); in merge_from()
2579 if let Some(v) = self.proto3_optional { in compute_size()
2620 if let Some(v) = self.proto3_optional { in write_to_with_cached_sizes()
2713 |m: &FieldDescriptorProto| { &m.proto3_optional }, in descriptor_static()
2714 |m: &mut FieldDescriptorProto| { &mut m.proto3_optional }, in descriptor_static()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
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
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