Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DcorePublic.ts103 export type EqualityComparer<T> = (a: T, b: T) => boolean; alias
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs56 …private static readonly EqualityComparer<T> EqualityComparer = ProtobufEqualityComparers.GetEquali… field in Google.Protobuf.Collections.RepeatedField