Searched refs:other_settings (Results 1 – 3 of 3) sorted by relevance
673 Settings other_settings(&build_settings, "two/"); in TEST() local675 other_settings.set_toolchain_label(other_toolchain_label); in TEST()676 other_settings.set_default_toolchain_label(default_toolchain_label); in TEST()677 BuildDirContext other_context(&other_settings); in TEST()729 Settings other_settings(&build_settings, "two/"); in TEST() local730 other_settings.set_toolchain_label(Label(SourceDir("//toolchain/"), "two")); in TEST()731 other_settings.set_default_toolchain_label(default_toolchain_label); in TEST()732 BuildDirContext other_context(&other_settings); in TEST()
176 Settings other_settings(setup_.build_settings(), "other/"); in TEST_F() local177 Toolchain other_toolchain(&other_settings, in TEST_F()180 other_settings.set_toolchain_label(other_toolchain.label()); in TEST_F()181 other_settings.set_default_toolchain_label(setup_.toolchain()->label()); in TEST_F()185 Target otc(&other_settings, in TEST_F()
129 Settings other_settings(setup.build_settings(), "toolchain/"); in TEST_F() local130 other_settings.set_toolchain_label(other_toolchain_label); in TEST_F()134 used_toolchains[&other_settings] = &other_toolchain; in TEST_F()