Searched refs:ReadCommentedInputStream (Results 1 – 3 of 3) sorted by relevance
1010 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile()1018 static T* ReadCommentedInputStream( in ReadCommentedInputStream() function in art::ProfMan
2790 std::unique_ptr<T> result = ReadCommentedInputStream<T>(input_file, process); in ReadCommentedInputFromFile()2821 return ReadCommentedInputStream<T>(input_stream, process); in ReadCommentedInputFromZip()2827 static std::unique_ptr<T> ReadCommentedInputStream( in ReadCommentedInputStream() function in art::Dex2Oat
2998 static std::vector<std::string> ReadCommentedInputStream(std::istream& in_stream) { in ReadCommentedInputStream() function in art::IMTDumper3018 std::vector<std::string> result = ReadCommentedInputStream(*input_file); in ReadCommentedInputFromFile()