Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dsync.rs536 fn insert_same(&mut self, key: K, value: V); in insert_same() method
540 fn insert_same(&mut self, key: K, value: V) { in insert_same() method