Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java1271 assertEquals(TestOneof2.FooCase.FOO_INT, builder.getFooCase()); in testClearOneof()
1273 assertEquals(TestOneof2.FooCase.FOO_NOT_SET, builder.getFooCase()); in testClearOneof()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4395 switch (other.FooCase) { in TestOneof()
4452 public FooOneofCase FooCase { property in Google.Protobuf.TestProtos.TestOneof
4475 if (FooCase != other.FooCase) return false; in Equals()
4525 switch (other.FooCase) { in MergeFrom()