Home
last modified time | relevance | path

Searched refs:stringWithZero_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs15781 stringWithZero_ = other.stringWithZero_; in TestExtremeDefaultValues()
16344 private string stringWithZero_; field in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues
16350 get { return stringWithZero_ ?? StringWithZeroDefaultValue; }
16352 stringWithZero_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
16358 get { return stringWithZero_ != null; }
16363 stringWithZero_ = null; in ClearStringWithZero()
[all...]

Completed in 43 milliseconds