Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dquery_result.ts455 const batchLen = reader.uint32(); constant
456 const batchRaw = resBytes.subarray(reader.pos, reader.pos + batchLen);
457 reader.pos += batchLen;