Searched refs:written_file_contents_ (Results 1 – 2 of 2) sorted by relevance
79 written_file_contents_[file_path] = ""; in GetCodeWriter()80 return CodeWriter::ForString(&written_file_contents_[file_path]); in GetCodeWriter()144 const auto it = written_file_contents_.find(path); in GetWrittenContents()145 if (it == written_file_contents_.end()) { in GetWrittenContents()
74 mutable std::map<std::string, std::string> written_file_contents_; variable