Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DIssuesTest.cs58 var message = new ReservedNames { Types_ = 10, Descriptor_ = 20 }; in ReservedNames()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs70 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descriptor_" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType.Parser, null, null, null, null, null)}), in UnittestIssuesReflection()
1452 public int Descriptor_ { property in UnitTest.Issues.TestProtos.ReservedNames
1473 if (Descriptor_ != other.Descriptor_) return false; in Equals()
1481 if (Descriptor_ != 0) hash ^= Descriptor_.GetHashCode(); in GetHashCode()
1502 if (Descriptor_ != 0) { in WriteTo()
1504 output.WriteInt32(Descriptor_); in WriteTo()
1519 if (Descriptor_ != 0) { in IBufferMessage.InternalWriteTo()
1521 output.WriteInt32(Descriptor_); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs59 var message = new ReservedNames { Types_ = 10, Descriptor_ = 20 }; in ReservedNames()

Completed in 5 milliseconds