Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/transactions/operations/
Dtranslate_changes.ts59 translation = this.concatBitsetTokens(
72 translation = this.concatBitsetTokens(
92 const translation = this.concatBitsetTokens(
117 private concatBitsetTokens(tokens: string[]): string { method in TranslateChanges