Home
last modified time | relevance | path

Searched defs:alloc_from_iter (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_arena/src/
Dlib.rs145 fn alloc_from_iter(self, arena: &TypedArena<T>) -> &mut [T]; in alloc_from_iter() method
158 default fn alloc_from_iter(self, arena: &TypedArena<T>) -> &mut [T] { in alloc_from_iter() function
166 fn alloc_from_iter(self, arena: &TypedArena<T>) -> &mut [T] { in alloc_from_iter() method
183 fn alloc_from_iter(mut self, arena: &TypedArena<T>) -> &mut [T] { in alloc_from_iter() method
200 fn alloc_from_iter(mut self, arena: &TypedArena<A::Item>) -> &mut [A::Item] { in alloc_from_iter() method
274 pub fn alloc_from_iter<I: IntoIterator<Item = T>>(&self, iter: I) -> &mut [T] { in alloc_from_iter() method
529 pub fn alloc_from_iter<T, I: IntoIterator<Item = T>>(&self, iter: I) -> &mut [T] { in alloc_from_iter() method
661 pub fn alloc_from_iter<'a, T: ArenaAllocatable<'tcx, C>, C>( in alloc_from_iter() method