Home
last modified time | relevance | path

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

/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/ordermap-0.3.5/src/
H A Dlib.rs799 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
800 where SzNew: Size, in reinsert_entry_in_order()
805 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
813 if let Some(_) = self.indices[probe].resolve::<SzNew>() { in reinsert_entry_in_order()
817 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ordermap-0.3.5/src/
H A Dlib.rs799 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
800 where SzNew: Size, in reinsert_entry_in_order()
805 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
813 if let Some(_) = self.indices[probe].resolve::<SzNew>() { in reinsert_entry_in_order()
817 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/ordermap-0.3.5/src/
H A Dlib.rs799 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
800 where SzNew: Size, in reinsert_entry_in_order()
805 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
813 if let Some(_) = self.indices[probe].resolve::<SzNew>() { in reinsert_entry_in_order()
817 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/indexmap-1.0.2/src/
H A Dmap.rs1126 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1127 where SzNew: Size, in reinsert_entry_in_order()
1132 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1140 if let Some(_) = self.indices[probe].resolve::<SzNew>() { in reinsert_entry_in_order()
1144 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/indexmap-1.1.0/src/
H A Dmap.rs1195 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1196 where SzNew: Size, in reinsert_entry_in_order()
1201 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1209 if let Some(_) = self.indices[probe].resolve::<SzNew>() { in reinsert_entry_in_order()
1213 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/indexmap/src/
H A Dmap.rs1195 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1196 where SzNew: Size, in reinsert_entry_in_order()
1201 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1209 if let Some(_) = self.indices[probe].resolve::<SzNew>() { in reinsert_entry_in_order()
1213 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/indexmap-1.3.1/src/
H A Dmap.rs1409 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1411 SzNew: Size, in reinsert_entry_in_order()
1416 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1426 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/indexmap-1.3.2/src/
H A Dmap.rs1409 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1411 SzNew: Size, in reinsert_entry_in_order()
1416 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1426 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/indexmap-1.4.0/src/
H A Dmap.rs1421 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1423 SzNew: Size, in reinsert_entry_in_order()
1428 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1438 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/indexmap-1.3.1/src/
H A Dmap.rs1409 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1411 SzNew: Size, in reinsert_entry_in_order()
1416 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1426 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/indexmap-1.3.0/src/
H A Dmap.rs1326 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1327 where SzNew: Size, in reinsert_entry_in_order()
1332 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1342 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/indexmap-1.3.2/src/
H A Dmap.rs1409 fn reinsert_entry_in_order<SzNew, SzOld>(&mut self, pos: Pos) in reinsert_entry_in_order() argument
1411 SzNew: Size, in reinsert_entry_in_order()
1416 let entry_hash = if SzOld::is_same_size::<SzNew>() { in reinsert_entry_in_order()
1426 self.indices[probe] = Pos::with_hash::<SzNew>(i, entry_hash); in reinsert_entry_in_order()