Searched refs:FooString (Results 1 – 2 of 2) sorted by relevance
4399 case FooOneofCase.FooString: in TestOneof()4400 FooString = other.FooString; in TestOneof()4425 public string FooString { property in Google.Protobuf.TestProtos.TestOneof4426 get { return fooCase_ == FooOneofCase.FooString ? (string) foo_ : ""; }4429 fooCase_ = FooOneofCase.FooString;4448 FooString = 2, enumerator4473 if (FooString != other.FooString) return false; in Equals()4482 if (fooCase_ == FooOneofCase.FooString) hash ^= FooString.GetHashCode(); in GetHashCode()4497 if (fooCase_ == FooOneofCase.FooString) { in WriteTo()4499 output.WriteString(FooString); in WriteTo()[all …]
245 message.FooString = fooStringValue; in Oneof()