Searched refs:Field21 (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkMessage1Proto3.cs | 60 new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1SubMessage), global::Benchmarks.Proto3.GoogleMessage1SubMessage.Parser, new[]{ "Field1", "Field2", "Field3", "Field15", "Field12", "Field13", "Field14", "Field16", "Field19", "Field20", "Field28", "Field21", "Field22", "Field23", "Field206", "Field203", "Field204", "Field205", "Field207", "Field300" }, null, null, null, null) in BenchmarkMessage1Proto3Reflection() 1861 public ulong Field21 { property in Benchmarks.Proto3.GoogleMessage1SubMessage 1980 if (Field21 != other.Field21) return false; in Equals() 2006 if (Field21 != 0UL) hash ^= Field21.GetHashCode(); in GetHashCode() 2071 if (Field21 != 0UL) { in WriteTo() 2073 output.WriteFixed64(Field21); in WriteTo() 2160 if (Field21 != 0UL) { in IBufferMessage.InternalWriteTo() 2162 output.WriteFixed64(Field21); in IBufferMessage.InternalWriteTo() [all...] |
Completed in 3 milliseconds