Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dscoped_hash_map.rs35 entry: InsertLoc<'a, K, V>,
42 enum InsertLoc<'a, K: 'a, V: 'a> { enum
56 InsertLoc::Vacant(v) => { in insert()
59 InsertLoc::Occupied(mut o) => { in insert()
129 entry: InsertLoc::Occupied(entry), in entry_with_depth()
136 entry: InsertLoc::Vacant(entry), in entry_with_depth()