Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dprofiling.rs487 pub fn get_or_alloc_cached_string(&self, s: &str) -> Option<StringId> { in get_or_alloc_cached_string() method
632 pub fn get_or_alloc_cached_string<A>(&self, s: A) -> StringId in get_or_alloc_cached_string() method