Home
last modified time | relevance | path

Searched refs:kRsToolBin (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Drust_tool.cc10 const char* RustTool::kRsToolBin = "rust_bin"; member in RustTool
36 return name == kRsToolBin || name == kRsToolCDylib || name == kRsToolDylib || in ValidateName()
42 return name_ == kRsToolBin || name_ == kRsToolCDylib || name_ == kRsToolDylib || in MayLink()
Dtool.cc301 else if (name == RustTool::kRsToolBin) in CreateTool()
302 return std::make_unique<RustTool>(RustTool::kRsToolBin); in CreateTool()
336 return RustTool::kRsToolBin; in GetToolTypeForSourceType()
359 return RustTool::kRsToolBin; in GetToolTypeForTargetFinalOutput()
Drust_tool.h24 static const char* kRsToolBin;
Dfunction_toolchain_unittest.cc111 const Tool* rust = toolchain->GetTool(RustTool::kRsToolBin); in TEST_F()
Dtest_with_scope.cc224 std::unique_ptr<Tool> rustc_tool = Tool::CreateTool(RustTool::kRsToolBin); in SetupToolchain()