Lines Matching refs:io_delegate_
1379 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface()
1383 ImportResolver import_resolver{io_delegate_, options_.InputFiles().at(0), {"."}, {}}; in ParseSingleInterface()
1385 options_.InputFiles().front(), options_, io_delegate_, &types_, &defined_types, in ParseSingleInterface()
1412 FakeIoDelegate io_delegate_; member in android::aidl::cpp::ASTTest
1421 io_delegate_.SetFileContents("foo/IFooType.aidl", in ComplexTypeInterfaceASTTest()
1473 io_delegate_.SetFileContents("foo/IFooType.aidl", "package foo; interface IFooType {}"); in ComplexTypeInterfaceASTTestWithTrace()
1511 ASSERT_TRUE(GenerateCpp(options_.OutputFile(), options_, types_, *interface, io_delegate_)); in TEST_F()
1523 io_delegate_.AddBrokenFilePath(header_path); in TEST_F()
1524 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, types_, *interface, io_delegate_)); in TEST_F()
1526 ASSERT_FALSE(io_delegate_.GetWrittenContents(kOutputPath, nullptr)); in TEST_F()
1528 ASSERT_TRUE(io_delegate_.PathWasRemoved(header_path)); in TEST_F()
1537 io_delegate_.AddBrokenFilePath(kOutputPath); in TEST_F()
1538 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, types_, *interface, io_delegate_)); in TEST_F()
1540 ASSERT_TRUE(io_delegate_.PathWasRemoved(kOutputPath)); in TEST_F()