Lines Matching refs:options_
1374 : options_(Options::From(cmdline)), file_contents_(file_contents) { in ASTTest()
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()
1410 const Options options_; member in android::aidl::cpp::ASTTest
1429 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface, options_); in TEST_F()
1436 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F()
1443 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface, options_); in TEST_F()
1450 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F()
1457 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface, options_); in TEST_F()
1464 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface, options_); in TEST_F()
1480 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F()
1487 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F()
1511 ASSERT_TRUE(GenerateCpp(options_.OutputFile(), options_, types_, *interface, io_delegate_)); in TEST_F()
1524 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, types_, *interface, io_delegate_)); in TEST_F()
1538 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, types_, *interface, io_delegate_)); in TEST_F()