Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4399 case FooOneofCase.FooString: in TestOneof()
4400 FooString = other.FooString; in TestOneof()
4425 public string FooString { property in Google.Protobuf.TestProtos.TestOneof
4426 get { return fooCase_ == FooOneofCase.FooString ? (string) foo_ : ""; }
4429 fooCase_ = FooOneofCase.FooString;
4448 FooString = 2, enumerator
4473 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 …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs245 message.FooString = fooStringValue; in Oneof()