Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs143 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions), global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions.Parser, new[]{ "Field1", "OneofField" }, new[]{ "AnOneof" }, new[]{ typeof(global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions.Types.AnEnum) }, null, null), in UnittestCustomOptionsProto3Reflection()
291 case AnOneofOneofCase.OneofField: in TestMessageWithCustomOptions()
292 OneofField = other.OneofField; in TestMessageWithCustomOptions()
318 public int OneofField { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
319 get { return anOneofCase_ == AnOneofOneofCase.OneofField ? (int) anOneof_ : 0; }
322 anOneofCase_ = AnOneofOneofCase.OneofField;
330 OneofField = 2, enumerator
358 if (OneofField != other.OneofField) retur in Equals()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofField.php35 class OneofField class
H A DMessage.php151 $this->$oneof_name = new OneofField($oneof);
598 $this->$oneof_name = new OneofField($oneof);

Completed in 7 milliseconds