Home | History | Annotate | Download | only in oatdump

Lines Matching refs:in_stream

3263   static std::vector<std::string> ReadCommentedInputStream(std::istream& in_stream) {
3265 while (in_stream.good()) {
3267 std::getline(in_stream, dot);