Lines Matching defs:value
50 // "unix", // "atomic" value config options
51 // "rust_panic=\"abort\""", // key="value" config options
54 // "label": "//path/target:value", // GN target for the crate
126 // capture the current value
132 // end hasn't been reached, this current argument is the desired value.
145 auto value = arg.substr(prefix.size());
146 return std::make_optional(value);
158 auto value = arg.substr(prefix.size());
159 values.push_back(value);
205 crate.SetCompilerTarget(compiler_target.value());
261 auto sysroot_path = FilePathToUTF8(rebased_out_dir) + sysroot.value();
300 rust_project << " \"target\": \"" << compiler_target.value()