Home
last modified time | relevance | path

Searched refs:IEquatable (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DEqualityTester.cs45 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/
DIMessage.cs78 public interface IMessage<T> : IMessage, IEquatable<T>, IDeepCloneable<T> where T : IMessage<T>
DJsonToken.cs37 internal sealed class JsonToken : IEquatable<JsonToken>
DByteString.cs44 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs336 private struct DescriptorIntPair : IEquatable<DescriptorIntPair>
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs50 … RepeatedField<T> : IList<T>, IList, IDeepCloneable<RepeatedField<T>>, IEquatable<RepeatedField<T>>
DMapField.cs69 …> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<TKey, TValue>, IEquatable<MapField<TKey, T…