Searched defs:Cleaner (Results 1 – 4 of 4) sorted by relevance
30 struct Cleaner { struct66 int cleaned_files_count() const { in cleaned_files_count()71 bool IsVerbose() const { in IsVerbose()101 State* state_;102 const BuildConfig& config_;103 DyndepLoader dyndep_loader_;104 std::set<std::string> removed_;105 std::set<Node*> cleaned_;106 int cleaned_files_count_;107 DiskInterface* disk_interface_;[all …]
27 Cleaner::Cleaner(State* state, in Cleaner() function in Cleaner
7 export type Cleaner = <W extends Store>(runner: FeatureRunner<W>) => Promise<any> alias
3922 class Cleaner(IntEnum): class4047 class Cleaner(IntEnum): class