Searched refs:readLine (Results 1 – 3 of 3) sorted by relevance
251 std::optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor295 std::optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
40 std::optional<std::string> readLine() const;
228 while (std::optional<std::string> Line = LE.readLine()) { in main()