Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs761 optionalBytes_ = other.optionalBytes_; in TestAllTypes()
1017 private pb::ByteString optionalBytes_ = pb::ByteString.Empty; field in Conformance.TestAllTypes
1019 get { return optionalBytes_; }
1021 optionalBytes_ = pb::ProtoPreconditions.CheckNotNull(value, "value");