Lines Matching refs:str
97 pub fn emit(cfg: &str) {
107 pub fn rerun_path(path: &str) {
118 pub fn rerun_env(var: &str) {
246 pub fn probe_sysroot_crate(&self, name: &str) -> bool {
252 pub fn emit_sysroot_crate(&self, name: &str) {
265 pub fn probe_path(&self, path: &str) -> bool {
273 pub fn emit_has_path(&self, path: &str) {
280 pub fn emit_path_cfg(&self, path: &str, cfg: &str) {
293 pub fn probe_trait(&self, name: &str) -> bool {
302 pub fn emit_has_trait(&self, name: &str) {
309 pub fn emit_trait_cfg(&self, name: &str, cfg: &str) {
322 pub fn probe_type(&self, name: &str) -> bool {
331 pub fn emit_has_type(&self, name: &str) {
338 pub fn emit_type_cfg(&self, name: &str, cfg: &str) {
351 pub fn probe_expression(&self, expr: &str) -> bool {
357 pub fn emit_expression_cfg(&self, expr: &str, cfg: &str) {
370 pub fn probe_constant(&self, expr: &str) -> bool {
376 pub fn emit_constant_cfg(&self, expr: &str, cfg: &str) {
383 fn mangle(s: &str) -> String {
424 a.split('\x1f').map(str::to_string).collect()
445 .map(str::trim)
447 .map(str::to_string)