Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs42 currentLineBuffer = new SafeStringBuilder(); in TerminalTester()
105 var line = currentLineBuffer.Unload(); in WriteChar()
290 if(currentLineBuffer.TryDump(out var line)) in GetReport()
430 …(onCandidate && includeUnfinishedLine && matcher.CheckUnfinishedLine(currentLineBuffer.ToString())) in WaitForMultilineMatch()
488 var content = currentLineBuffer.ToString(); in CheckUnfinishedLine()
553 currentLineBuffer.Append(sgr); in FinishSGRDecoding()
566 currentLineBuffer.Append(value); in AppendCharToBuffer()
581 currentLineBuffer.Append(value); in AppendCharToBuffer()
650 content = currentLineBuffer.Unload(matchEnd).Substring(matchStart); in HandleSuccess()
692 var displayString = currentLineBuffer.ToString(); in ReportInner()
[all …]