Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestCustomOptionsProto3.cs286 switch (other.AnOneofCase) { in TestMessageWithCustomOptions()
330 public AnOneofOneofCase AnOneofCase { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
355 if (AnOneofCase != other.AnOneofCase) return false; in Equals()
414 switch (other.AnOneofCase) { in MergeFrom()