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() method584 Self::into_pin(Self::new_in(x, alloc)) in pin_in()
361 super::Vec::new_in(Default::default()).into_iter() in default()
665 pub const fn new_in(alloc: A) -> Self { in new_in() method666 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()
2025 int new_in, rv; in sf_setstate() local2030 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()2033 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()2034 if (new_in) { in sf_setstate()
2425 int new_in, rv; in sf_setstate() local2430 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()2433 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()2434 if (new_in) { in sf_setstate()