Home
last modified time | relevance | path

Searched refs:LookupByOutput (Results 1 – 6 of 6) sorted by relevance

/third_party/ninja/src/
Dbuild_log_test.cc64 BuildLog::LogEntry* e1 = log1.LookupByOutput("out"); in TEST_F()
66 BuildLog::LogEntry* e2 = log2.LookupByOutput("out"); in TEST_F()
115 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F()
181 BuildLog::LogEntry* e = log.LookupByOutput("out with space"); in TEST_F()
205 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F()
212 e = log.LookupByOutput("out2"); in TEST_F()
251 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F()
259 e = log.LookupByOutput("out"); in TEST_F()
264 e = log.LookupByOutput("out"); in TEST_F()
285 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F()
[all …]
Dbuild_log.h81 LogEntry* LookupByOutput(const string& path);
Dclean_test.cc506 ASSERT_TRUE(log2.LookupByOutput("out1")); in TEST_F()
507 ASSERT_TRUE(log2.LookupByOutput("out2")); in TEST_F()
Dgraph.cc259 (entry = build_log()->LookupByOutput(output->path()))) { in RecomputeOutputDirty()
276 if (entry || (entry = build_log()->LookupByOutput(output->path()))) { in RecomputeOutputDirty()
Dbuild_log.cc374 BuildLog::LogEntry* BuildLog::LookupByOutput(const string& path) { in LookupByOutput() function in BuildLog
Dbuild_test.cc1552 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F()
1569 log_entry = build_log_.LookupByOutput("out1"); in TEST_F()
1733 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out"); in TEST_F()