Searched refs:IEquatable (Results 1 – 9 of 9) sorted by relevance
/third_party/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 …atic void AssertInequality<T>(T first, T second, bool checkHashcode = true) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | IMessage.cs | 78 public interface IMessage<T> : IMessage, IEquatable<T>, IDeepCloneable<T> where T : IMessage<T>
|
D | ObjectIntPair.cs | 9 internal struct ObjectIntPair<T> : IEquatable<ObjectIntPair<T>> where T : class
|
D | JsonToken.cs | 37 internal sealed class JsonToken : IEquatable<JsonToken>
|
D | ExtensionValue.cs | 39 … internal interface IExtensionValue : IEquatable<IExtensionValue>, IDeepCloneable<IExtensionValue>
|
D | ByteString.cs | 52 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 51 … RepeatedField<T> : IList<T>, IList, IDeepCloneable<RepeatedField<T>>, IEquatable<RepeatedField<T>>
|
D | MapField.cs | 71 …> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<TKey, TValue>, IEquatable<MapField<TKey, T…
|