Searched refs:IEquatable (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | EqualityTester.cs | 45 public static void AssertEquality<T>(T first, T second) where T : IEquatable<T> property in Google.Protobuf.EqualityTester 52 public static void AssertInequality<T>(T first, T second) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | IMessage.cs | 78 public interface IMessage<T> : IMessage, IEquatable<T>, IDeepCloneable<T> where T : IMessage<T>
|
D | JsonToken.cs | 37 internal sealed class JsonToken : IEquatable<JsonToken>
|
D | ByteString.cs | 44 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 336 private struct DescriptorIntPair : IEquatable<DescriptorIntPair>
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 50 … RepeatedField<T> : IList<T>, IList, IDeepCloneable<RepeatedField<T>>, IEquatable<RepeatedField<T>>
|
D | MapField.cs | 69 …> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<TKey, TValue>, IEquatable<MapField<TKey, T…
|