|
Ninja
|
#include <deps_log.h>
Public Member Functions | |
| Deps (int64_t mtime, int node_count) | |
| ~Deps () | |
Public Attributes | |
| TimeStamp | mtime |
| int | node_count |
| Node ** | nodes |
Definition at line 80 of file deps_log.h.
|
inline |
Definition at line 81 of file deps_log.h.
References mtime, node_count, and nodes.
|
inline |
Definition at line 83 of file deps_log.h.
References nodes.
| TimeStamp DepsLog::Deps::mtime |
Definition at line 84 of file deps_log.h.
Referenced by Deps(), and ImplicitDepLoader::LoadDepsFromLog().
| int DepsLog::Deps::node_count |
Definition at line 85 of file deps_log.h.
Referenced by Deps(), ImplicitDepLoader::LoadDepsFromLog(), MissingDependencyScanner::ProcessNode(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
| Node** DepsLog::Deps::nodes |
Definition at line 86 of file deps_log.h.
Referenced by Deps(), ImplicitDepLoader::LoadDepsFromLog(), MissingDependencyScanner::ProcessNode(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and ~Deps().