Searched refs:new_in (Results 1 – 6 of 6) sorted by relevance
74 Self::new_in(Global) in new()122 pub const fn new_in(alloc: A) -> Self { in new_in() method180 Self::new_in(alloc) in allocate_in()215 return Ok(Self::new_in(alloc)); in try_allocate_in()
382 pub fn new_in(x: T, alloc: A) -> Self in new_in() method576 Self::into_pin(Self::new_in(x, alloc)) in pin_in()
361 super::Vec::new_in(Default::default()).into_iter() in default()
667 pub const fn new_in(alloc: A) -> Self { in new_in() method668 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()
2421 int new_in, rv; in sf_setstate() local2426 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()2429 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()2430 if (new_in) { in sf_setstate()
2023 int new_in, rv; in sf_setstate() local2028 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()2031 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()2032 if (new_in) { in sf_setstate()