Searched defs:CasefoldCache (Results 1 – 1 of 1) sorted by relevance
577 struct CasefoldCache(BTreeMap<Vec<u8>, CString>); struct579 impl CasefoldCache { implementation652 fn get(&mut self, parent: &InodeData) -> io::Result<&CasefoldCache> { in get()