Searched refs:BazInt (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 721 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof2), global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Parser, new[]{ "FooInt", "FooString", "FooCord", "FooStringPiece", "FooBytes", "FooEnum", "FooMessage", "FooGroup", "FooLazyMessage", "BarInt", "BarString", "BarCord", "BarStringPiece", "BarBytes", "BarEnum", "BazInt", "BazString" }, new[]{ "Foo", "Bar" }, new[]{ typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup), global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup.Parser, new[]{ "A", "B" }, null, null, null, null), in UnittestReflection() 20655 public int BazInt { property in Google.Protobuf.TestProtos.Proto2.TestOneof2 20773 if (BazInt != other.BazInt) return false; in Equals() 20798 if (HasBazInt) hash ^= BazInt.GetHashCode(); in GetHashCode() 20881 output.WriteInt32(BazInt); in WriteTo() 20959 output.WriteInt32(BazInt); in IBufferMessage.InternalWriteTo() 21020 size += 2 + pb::CodedOutputStream.ComputeInt32Size(BazInt); in CalculateSize() 21037 BazInt = other.BazInt; in MergeFrom() [all...] |
Completed in 36 milliseconds