Searched refs:open_files_ (Results 1 – 1 of 1) sorted by relevance
37 open_files_.clear(); in set_open_files()38 open_files_.swap(*value); in set_open_files()41 const std::set<std::string>& get_open_files() { return open_files_; } in get_open_files()58 std::set<std::string> open_files_; variable