Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dast.rs59 fn clone_subtree(&self) -> Self in clone_subtree() method
/third_party/rust/rust/library/alloc/src/collections/btree/
Dmap.rs208 fn clone_subtree<'a, K: Clone, V: Clone, A: Allocator + Clone>( in clone() function