Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/search/
Dparser_search_test.ts86 const firstRow = entry.iter({}); constant
116 const firstRow = entry.iter({}); constant
/development/tools/winscope/src/trace_processor/
Dquery_result.ts898 firstRow<T extends Row>(spec: T) { method in WaitableQueryResultImpl