Home
last modified time | relevance | path

Searched refs:rustenv (Results 1 – 11 of 11) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer.cc342 for (const auto& env_var : target->config_values().rustenv()) { in AddTarget()
460 if (!crate.rustenv().empty()) { in WriteCrates()
464 for (const auto& env : crate.rustenv()) { in WriteCrates()
Dfunctions_target_rust_unittest.cc223 EXPECT_EQ(item_collector.back()->AsConfig()->own_values().rustenv().size(), in TEST_F()
225 EXPECT_EQ(item_collector.back()->AsConfig()->own_values().rustenv()[0], in TEST_F()
Dconfig_values.h51 STRING_VALUES_ACCESSOR(rustenv) in STRING_VALUES_ACCESSOR()
Drust_project_writer_helpers.h110 const base::flat_map<std::string, std::string>& rustenv() { return rustenv_; } in rustenv() function
Dfunction_toolchain_unittest.cc96 …command = "{{rustenv}} rustc --crate-name {{crate_name}} --crate-type bin {{rustflags}} -o {{outpu… in TEST_F()
Dconfig_values_generator.cc108 FILL_STRING_CONFIG_VALUE(rustenv) in Run()
Drust_project_writer_unittest.cc606 target.config_values().rustenv().push_back("TEST_ENV_VAR=baz"); in TEST_F()
607 target.config_values().rustenv().push_back("TEST_ENV_VAR2=baz2"); in TEST_F()
Dninja_target_writer.cc361 &ConfigValues::rustenv, opts, path_output_, out_, true, in WriteRustCompilerVars()
Dninja_action_target_writer_unittest.cc505 cfgdep.own_values().rustenv().push_back("my_rustenv"); in TEST()
Ddesc_builder.cc516 CONFIG_VALUE_ARRAY_HANDLER(rustenv, std::string, in BuildDescription()
/third_party/gn/docs/
Dreference.md1366 outputs*, pool, response_file_contents, rustenv, rustflags, script*, sources,
1458 outputs*, pool, response_file_contents, rustenv, rustflags, script*, sources,
1748 rustenv, swiftflags, testonly
1942 rustenv, swiftflags, testonly
1974 rustenv, swiftflags, testonly
2009 rustenv, swiftflags, testonly
2043 rustenv, swiftflags, testonly
2088 rustenv, swiftflags, testonly
2112 rustenv, swiftflags, testonly
2221 rustenv, swiftflags, testonly
[all …]