Searched refs:rustenv (Results 1 - 12 of 12) sorted by relevance
/third_party/gn/src/gn/ |
H A D | rust_project_writer.cc | 231 for (const auto& env_var : target->config_values().rustenv()) { in AddTarget() 362 if (!crate.rustenv().empty()) { in WriteCrates() 366 for (const auto& env : crate.rustenv()) { in WriteCrates()
|
H A D | functions_target_rust_unittest.cc | 212 " rustenv = [ \"RUST_BACKTRACE=1\" ]" in TEST_F() 223 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() 241 " rustenv = [ \"RUST_BACKTRACE=1\" ]" in TEST_F()
|
H A D | config_values.h | 51 STRING_VALUES_ACCESSOR(rustenv)
|
H A D | config_values_generator.cc | 108 FILL_STRING_CONFIG_VALUE(rustenv) in Run()
|
H A D | function_toolchain_unittest.cc | 96 command = "{{rustenv}} rustc --crate-name {{crate_name}} --crate-type bin {{rustflags}} -o {{output}} {{externs}} {{source}}" in TEST_F() 114 "{{rustenv}} rustc --crate-name {{crate_name}} --crate-type bin " in TEST_F()
|
H A D | rust_project_writer_helpers.h | 110 const base::flat_map<std::string, std::string>& rustenv() { return rustenv_; } in rustenv() function in Crate
|
H A D | rust_project_writer_unittest.cc | 606 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()
|
H A D | innerapis_publicinfo_generator.cc | 197 info += GetSingleFlagInfo("rustenv", config->own_values().rustenv(), label, needSetToConfigs);
in GetFlagsInfo()
|
H A D | ninja_action_target_writer_unittest.cc | 565 cfgdep.own_values().rustenv().push_back("my_rustenv"); in TEST() 578 "{{rustenv}}", "{{include_dirs}}", "{{defines}}", "{{cflags}}"); in TEST() 593 " command = /usr/bin/python ../../foo/script.py ${rustenv} " in TEST() 600 " rustenv = my_rustenv\n" in TEST()
|
H A D | ninja_target_writer.cc | 430 &ConfigValues::rustenv, opts, path_output_, out_, true, in WriteRustCompilerVars()
|
H A D | desc_builder.cc | 50 // "rustenv" : [ list of Rust environment variables ], 518 CONFIG_VALUE_ARRAY_HANDLER(rustenv, std::string, in BuildDescription()
|
H A D | function_toolchain.cc | 854 {{rustenv}}
|
Completed in 9 milliseconds