Searched refs:InsertLoc (Results 1 – 1 of 1) sorted by relevance
35 entry: InsertLoc<'a, K, V>,42 enum InsertLoc<'a, K: 'a, V: 'a> { enum56 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()