Searched defs:F (Results 1 – 4 of 4) sorted by relevance
29 pub fn call_once<F: FnOnce()>(&self, f: F) { in call_once()
1167 pub fn allocator_ref(&self) -> &F { in allocator_ref()1173 pub fn allocator_mut(&mut self) -> &mut F { in allocator_mut()
443 map_func: F, in mmap()
1011 impl<F> GlyphMapping for F implementation