Searched refs:close_on_destruction (Results 1 – 1 of 1) sorted by relevance
53 FileCodeWriter(FILE* output_file, bool close_on_destruction) in FileCodeWriter() argument55 close_on_destruction_(close_on_destruction) {} in FileCodeWriter()91 bool close_on_destruction = true; in GetFileWriter() local94 close_on_destruction = false; in GetFileWriter()102 result.reset(new FileCodeWriter(to, close_on_destruction)); in GetFileWriter()