Searched refs:tempString (Results 1 – 2 of 2) sorted by relevance
153 String tempString; in getFileContent() local154 while ((tempString = reader.readLine()) != null) { in getFileContent()155 content.append(tempString); in getFileContent()
47 private tempString: string | null = null; property in TraceRowConfig506 let tempBuffer = encoder.encode(this.tempString!);525 this.tempString = text;