Searched refs:method_colon (Results 1 – 3 of 3) sorted by relevance
867 if let Some(method_colon) = function_name.method_colon() { in format_function_name()870 fmt_symbol!(ctx, method_colon, ":", shape), in format_function_name()
336 .with_method(Some((this.method_colon().unwrap().to_owned(), method_name)))
1897 pub fn method_colon(&self) -> Option<&TokenReference> { in method_colon() method