Home
last modified time | relevance | path

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

/third_party/ninja/src/
Ddeps_log.h68 struct DepsLog { struct
69 DepsLog() : needs_recompaction_(false), file_(NULL) {} in DepsLog() argument
79 struct Deps {
126 friend struct DepsLogTest; argument