Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs2459 switch (other.ValueCase) { in OneofMerging()
2507 public ValueOneofCase ValueCase { property in UnitTest.Issues.TestProtos.OneofMerging
2532 if (ValueCase != other.ValueCase) return false; in Equals()
2609 switch (other.ValueCase) { in MergeFrom()
2926 switch (other.ValueCase) { in NullValueOutsideStruct()
2974 public ValueOneofCase ValueCase { property in UnitTest.Issues.TestProtos.NullValueOutsideStruct
2999 if (ValueCase != other.ValueCase) return false; in Equals()
3076 switch (other.ValueCase) { in MergeFrom()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs983 Assert.AreEqual(NullValueOutsideStruct.ValueOneofCase.NullValue, message.ValueCase); in NullValueOutsideStruct_NullLiteral()
1003 Assert.AreEqual(NullValueOutsideStruct.ValueOneofCase.NullValue, message.ValueCase); in NullValueOutsideStruct_Compatibility()

Completed in 7 milliseconds