Home
last modified time | relevance | path

Searched refs:CRATE_AUTO (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Drust_values.cc9 RustValues::RustValues() : crate_type_(RustValues::CRATE_AUTO) {} in RustValues()
23 return CRATE_AUTO; in InferredCrateType()
26 return CRATE_AUTO; in InferredCrateType()
29 if (crate_type != CRATE_AUTO) { in InferredCrateType()
45 return CRATE_AUTO; in InferredCrateType()
Drust_values.h30 CRATE_AUTO = 0, enumerator
80 CrateType crate_type_ = CRATE_AUTO;
Dninja_rust_binary_target_writer.cc48 case RustValues::CRATE_AUTO: { in WriteCrateVars()
Dtool.cc370 case RustValues::CRATE_AUTO: in GetToolTypeForTargetFinalOutput()