Home
last modified time | relevance | path

Searched defs:EnumValueByNameDescriptorKey (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs329 private struct EnumValueByNameDescriptorKey : IEquatable<EnumValueByNameDescriptorKey> struct in Google.Protobuf.Reflection.DescriptorPool
331 private readonly string name;
332 private readonly IDescriptor descriptor;
334 internal EnumValueByNameDescriptorKey(EnumDescriptor descriptor, string valueName) in EnumValueByNameDescriptorKey() method
340 public bool Equals(EnumValueByNameDescriptorKey other) =>
344 public override bool Equals(object obj) =>
347 public override int GetHashCode() in GetHashCode()