Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Drust_tool.cc10 const char* RustTool::kRsToolBin = "rust_bin"; member in RustTool
36 return name == kRsToolBin || name == kRsToolCDylib || name == kRsToolDylib || in ValidateName()
117 if (name_ == kRsToolBin || name_ == kRsToolCDylib || name_ == kRsToolDylib || in ValidateSubstitution()
H A Dtool.cc293 else if (name == RustTool::kRsToolBin) in CreateTool()
294 return std::make_unique<RustTool>(RustTool::kRsToolBin); in CreateTool()
328 return RustTool::kRsToolBin; in GetToolTypeForSourceType()
353 return RustTool::kRsToolBin; in GetToolTypeForTargetFinalOutput()
368 return RustTool::kRsToolBin; in GetToolTypeForTargetFinalOutput()
H A Drust_tool.h24 static const char* kRsToolBin;
H A Dfunction_toolchain_unittest.cc111 const Tool* rust = toolchain->GetTool(RustTool::kRsToolBin); in TEST_F()
H A Dtest_with_scope.cc224 std::unique_ptr<Tool> rustc_tool = Tool::CreateTool(RustTool::kRsToolBin); in SetupToolchain()
/dports/devel/gn/gn-1962/src/gn/
H A 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()
H A Dtool.cc293 else if (name == RustTool::kRsToolBin) in CreateTool()
294 return std::make_unique<RustTool>(RustTool::kRsToolBin); in CreateTool()
328 return RustTool::kRsToolBin; in GetToolTypeForSourceType()
351 return RustTool::kRsToolBin; in GetToolTypeForTargetFinalOutput()
H A Drust_tool.h24 static const char* kRsToolBin;
H A Dfunction_toolchain_unittest.cc111 const Tool* rust = toolchain->GetTool(RustTool::kRsToolBin); in TEST_F()
H A Dtest_with_scope.cc224 std::unique_ptr<Tool> rustc_tool = Tool::CreateTool(RustTool::kRsToolBin); in SetupToolchain()