Searched refs:ReadCommentedInputStream (Results 1 – 3 of 3) sorted by relevance
1038 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile()1046 static T* ReadCommentedInputStream( in ReadCommentedInputStream() function in art::ProfMan
2797 ReadCommentedInputStream<T>(input_file.get(), process, output); in ReadCommentedInputFromFile()2809 ReadCommentedInputStream<T>(input_file.get(), process, output); in ReadCommentedInputFromFd()2835 template <typename T> static void ReadCommentedInputStream( in ReadCommentedInputStream() function in art::Dex2Oat
3084 static std::vector<std::string> ReadCommentedInputStream(std::istream& in_stream) { in ReadCommentedInputStream() function in art::IMTDumper3104 std::vector<std::string> result = ReadCommentedInputStream(*input_file); in ReadCommentedInputFromFile()