Lines Matching refs:options_
1518 : options_(Options::From(cmdline)), file_contents_(file_contents) { in ASTTest()
1522 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface()
1525 ImportResolver import_resolver{io_delegate_, options_.InputFiles().at(0), {"."}, {}}; in ParseSingleInterface()
1527 options_.InputFiles().front(), options_, io_delegate_, &typenames_, &imported_files); in ParseSingleInterface()
1541 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleEnumDeclaration()
1545 options_.InputFiles().front(), options_, io_delegate_, &typenames_, &imported_files); in ParseSingleEnumDeclaration()
1570 const Options options_; member in android::aidl::cpp::ASTTest
1589 unique_ptr<Document> doc = internals::BuildClientHeader(typenames_, *interface, options_); in TEST_F()
1596 unique_ptr<Document> doc = internals::BuildClientSource(typenames_, *interface, options_); in TEST_F()
1603 unique_ptr<Document> doc = internals::BuildServerHeader(typenames_, *interface, options_); in TEST_F()
1610 unique_ptr<Document> doc = internals::BuildServerSource(typenames_, *interface, options_); in TEST_F()
1617 unique_ptr<Document> doc = internals::BuildInterfaceHeader(typenames_, *interface, options_); in TEST_F()
1624 unique_ptr<Document> doc = internals::BuildInterfaceSource(typenames_, *interface, options_); in TEST_F()
1640 unique_ptr<Document> doc = internals::BuildClientSource(typenames_, *interface, options_); in TEST_F()
1647 unique_ptr<Document> doc = internals::BuildServerSource(typenames_, *interface, options_); in TEST_F()
1671 ASSERT_TRUE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F()
1684 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F()
1698 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F()