Searched refs:LookupByOutput (Results 1 – 6 of 6) sorted by relevance
64 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 …]
81 LogEntry* LookupByOutput(const string& path);
506 ASSERT_TRUE(log2.LookupByOutput("out1")); in TEST_F()507 ASSERT_TRUE(log2.LookupByOutput("out2")); in TEST_F()
259 (entry = build_log()->LookupByOutput(output->path()))) { in RecomputeOutputDirty()276 if (entry || (entry = build_log()->LookupByOutput(output->path()))) { in RecomputeOutputDirty()
374 BuildLog::LogEntry* BuildLog::LookupByOutput(const string& path) { in LookupByOutput() function in BuildLog
1552 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()