Home
last modified time | relevance | path

Searched defs:Cleaner (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/src/
Dclean.h30 struct Cleaner { struct
66 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 …]
Dclean.cc27 Cleaner::Cleaner(State* state, in Cleaner() function in Cleaner
/third_party/typescript/tests/cases/compiler/
DnoAsConstNameLookup.ts7 export type Cleaner = <W extends Store>(runner: FeatureRunner<W>) => Promise<any> alias
/third_party/python/Lib/test/
Dtest_enum.py3922 class Cleaner(IntEnum): class
4047 class Cleaner(IntEnum): class