Home
last modified time | relevance | path

Searched defs:with_symbol_string (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/proc_macro/src/bridge/
Dserver.rs61 fn with_symbol_string(symbol: &Self::Symbol, f: impl FnOnce(&str)) { in with_symbol_string() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dserver.rs362 fn with_symbol_string(symbol: &Self::Symbol, f: impl FnOnce(&str)) { in with_symbol_string() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs782 fn with_symbol_string(symbol: &Self::Symbol, f: impl FnOnce(&str)) { in with_symbol_string() method