Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DimplicitAnyGenericTypeInference.ts3 interface Comparer<T> { interface
DmaxConstraints.ts4 interface Comparer { interface
/third_party/node/deps/v8/src/objects/
Dobjects.h686 struct Comparer { struct
687 bool operator()(const Object a, const Object b) const { return a < b; } in operator()
/third_party/typescript/src/compiler/
DcorePublic.ts106 export type Comparer<T> = (a: T, b: T) => Comparison; alias
/third_party/mesa3d/src/gallium/tools/trace/
Ddiff_state.py138 class Comparer(Visitor): class