Searched refs:parser_opts (Results 1 – 3 of 3) sorted by relevance
361 ManifestParserOptions parser_opts; in TEST_F() local362 parser_opts.dupe_edge_action_ = kDupeEdgeActionError; in TEST_F()363 ManifestParser parser(&state, &fs_, parser_opts); in TEST_F()378 ManifestParserOptions parser_opts; in TEST_F() local379 parser_opts.dupe_edge_action_ = kDupeEdgeActionError; in TEST_F()380 ManifestParser parser(&state, &fs_, parser_opts); in TEST_F()400 ManifestParserOptions parser_opts; in TEST_F() local401 parser_opts.phony_cycle_action_ = kPhonyCycleActionError; in TEST_F()402 ManifestParser parser(&state, &fs_, parser_opts); in TEST_F()
327 ManifestParserOptions parser_opts; in TEST_F() local328 parser_opts.phony_cycle_action_ = kPhonyCycleActionError; in TEST_F()331 parser_opts); in TEST_F()
1385 ManifestParserOptions parser_opts; in real_main() local1387 parser_opts.dupe_edge_action_ = kDupeEdgeActionError; in real_main()1390 parser_opts.phony_cycle_action_ = kPhonyCycleActionError; in real_main()1392 ManifestParser parser(&ninja.state_, &ninja.disk_interface_, parser_opts); in real_main()