Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDeprecatedFieldTest.java70 Class<?> oneofCase = TestDeprecatedFields.OneofFieldsCase.class; in testDeprecatedFieldInOneof()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs5273 switch (other.OneofFieldsCase) { in TestDeprecatedFields()
5348 public OneofFieldsOneofCase OneofFieldsCase { property in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields
5373 if (OneofFieldsCase != other.OneofFieldsCase) return false; in Equals()
5453 switch (other.OneofFieldsCase) { in MergeFrom()
[all...]

Completed in 40 milliseconds