Searched refs:FooString (Results 1 – 2 of 2) sorted by relevance
4802 case FooOneofCase.FooString: in TestOneof()4803 FooString = other.FooString; in TestOneof()4831 public string FooString { property in Google.Protobuf.TestProtos.TestOneof4832 get { return fooCase_ == FooOneofCase.FooString ? (string) foo_ : ""; }4835 fooCase_ = FooOneofCase.FooString;4855 FooString = 2, enumerator4884 if (FooString != other.FooString) return false; in Equals()4894 if (fooCase_ == FooOneofCase.FooString) hash ^= FooString.GetHashCode(); in GetHashCode()4911 if (fooCase_ == FooOneofCase.FooString) { in WriteTo()4913 output.WriteString(FooString); in WriteTo()[all …]
247 message.FooString = fooStringValue; in Oneof()