Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4798 switch (other.FooCase) { in TestOneof()
4860 public FooOneofCase FooCase { property in Google.Protobuf.TestProtos.TestOneof
4886 if (FooCase != other.FooCase) return false; in Equals()
4941 switch (other.FooCase) { in MergeFrom()