Searched defs:Oo (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestProto3.cs167 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestFieldOrderings), global::Google.Protobuf.TestProtos.TestFieldOrderings.Parser, new[]{ "MyString", "MyInt", "MyFloat", "SingleNestedMessage" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage.Parser, new[]{ "Oo", "Bb" }, null, null, null)}),
3235 public long Oo { property in class:Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
3268 if (Oo != other.Oo) return false;
3275 if (Oo != 0L) hash ^= Oo.GetHashCode();
3289 if (Oo != 0L) {
3291 output.WriteInt64(Oo);
3297 if (Oo != 0L) {
3298 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Oo);
[all...]

Completed in 297 milliseconds