Home
last modified time | relevance | path

Searched refs:gen_for_rust_link (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Ddocs.rs66 link = docs_url_gen.gen_for_rust_link(rust_link) in to_markdown()
89 docs_url_gen.gen_for_rust_link(rust_link) in to_markdown()
222 fn gen_for_rust_link(&self, rust_link: &RustLink) -> String { in gen_for_rust_link() method
402 DocsUrlGenerator::default().gen_for_rust_link(&Docs::from_attrs(&[attr]).1[0]), in test_docs_url_generator()
414 .gen_for_rust_link(&Docs::from_attrs(&[test_cases[0].0.clone()]).1[0]), in test_docs_url_generator()
420 .gen_for_rust_link(&Docs::from_attrs(&[test_cases[0].0.clone()]).1[0]), in test_docs_url_generator()