Searched refs:ReadLineUntilBlock (Results 1 – 2 of 2) sorted by relevance
120 string ReadLineUntilBlock();
168 while (ReadLineUntilBlock().size() > 0) {} in flushConsole()515 while (ReadLineUntilBlock() != "> ") {} in SwitchFromConsoleToProtoApi()614 string TestHarness::ReadLineUntilBlock() { in ReadLineUntilBlock() function in test_harness::TestHarness