Home | History | Annotate | Download | only in client

Lines Matching defs:istream

1096     auto& istream = getline(cin, command);
1099 if (istream.eof() || should_exit.load()) {
1104 if (!istream.good()) {