Searched defs:new_internal (Results 1 – 4 of 4) sorted by relevance
146 pub fn new_internal(&mut self, ty: Ty<'tcx>, span: Span) -> Local { in new_internal() method
863 fn new_internal(build: &Build, kind: Kind, paths: Vec<PathBuf>) -> Builder<'_> { in new_internal() method
1010 pub(crate) unsafe fn new_internal( in new_internal() method
226 fn new_internal<A: Allocator + Clone>(child: Root<K, V>, alloc: A) -> Self { in new_internal() method