Home
last modified time | relevance | path

Searched refs:RelativeEntryIndex (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace/
Dtrace.ts32 RelativeEntryIndex,
42 RelativeEntryIndex,
175 getEntry(index: RelativeEntryIndex): TraceEntryLazy<T> {
192 index: RelativeEntryIndex,
338 sliceEntries(start?: RelativeEntryIndex, end?: RelativeEntryIndex): Trace<T> {
394 callback: (pos: TraceEntryLazy<T>, index: RelativeEntryIndex) => void,
402 callback: (entry: TraceEntryLazy<T>, index: RelativeEntryIndex) => U,
412 callback: (timestamp: Timestamp, index: RelativeEntryIndex) => void,
459 index: RelativeEntryIndex,
496 index: RelativeEntryIndex | undefined,
Dcustom_query.ts16 import {RelativeEntryIndex, TraceEntryEager} from './trace';
41 index: RelativeEntryIndex,
Dindex_types.ts17 export type RelativeEntryIndex = number; alias