Home
last modified time | relevance | path

Searched refs:FooCase (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DGeneratedMessageTest.java1395 assertEquals(TestOneof2.FooCase.FOO_INT, builder.getFooCase()); in testClearOneof()
1397 assertEquals(TestOneof2.FooCase.FOO_NOT_SET, builder.getFooCase()); in testClearOneof()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs6789 switch (other.FooCase) { in TestOneof()
6852 public FooOneofCase FooCase { property in Google.Protobuf.TestProtos.TestOneof
6878 if (FooCase != other.FooCase) return false; in Equals()
6967 switch (other.FooCase) { in MergeFrom()
H A DUnittest.cs19055 switch (other.FooCase) { in TestOneof()
19169 public FooOneofCase FooCase { property in Google.Protobuf.TestProtos.Proto2.TestOneof
19196 if (FooCase != other.FooCase) return false; in Equals()
19299 switch (other.FooCase) { in MergeFrom()
20269 switch (other.FooCase) { in TestOneof2()
20712 public FooOneofCase FooCase { property in Google.Protobuf.TestProtos.Proto2.TestOneof2
20775 if (FooCase != other.FooCase) return false; in Equals()
21042 switch (other.FooCase) { in MergeFrom()
21889 public FooOneofCase FooCase { global() property in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof
[all...]

Completed in 53 milliseconds