Home
last modified time | relevance | path

Searched refs:SortableValue (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/base/
Dcomparison_utils.ts45 export type SortableValue = alias
53 function columnTypeKind(a: SortableValue): number {
70 export function compareUniversal(a: SortableValue, b: SortableValue): number {
/external/perfetto/ui/src/widgets/
Dtable.ts21 SortableValue,
55 sortKey?: (value: T) => SortableValue;