Home
last modified time | relevance | path

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

/external/perfetto/ui/src/query/
Dindex.ts53 type QueryState = QueryPendingState|QueryResultState|QueryErrorState;
63 interface QueryErrorState { interface
80 function isError(q: QueryState): q is QueryErrorState {