Home | History | Annotate | Download | only in gn

Lines Matching refs:SourceFile

33   void AddCannedResponse(const SourceFile& source_file,
37 bool HasOnePending(const SourceFile& f) const;
38 bool HasTwoPending(const SourceFile& f1, const SourceFile& f2) const;
51 const SourceFile& file_name,
59 typedef std::map<SourceFile, linked_ptr<CannedResult> > CannedResponseMap;
62 std::vector< std::pair<SourceFile, Callback> > pending_;
71 void MockInputFileManager::AddCannedResponse(const SourceFile& source_file,
89 bool MockInputFileManager::HasOnePending(const SourceFile& f) const {
93 bool MockInputFileManager::HasTwoPending(const SourceFile& f1,
94 const SourceFile& f2) const {
135 SourceFile build_config("//build/config/BUILDCONFIG.gn");
148 SourceFile root_build("//BUILD.gn");
163 SourceFile second_file("//foo/BUILD.gn");
165 EXPECT_TRUE(mock_ifm_.HasOnePending(SourceFile("//tc2/BUILD.gn")));
181 SourceFile third_file("//bar/BUILD.gn");