Searched defs:take_first (Results 1 – 9 of 9) sorted by relevance
268 bool take_first, take_second; in match_alt() local341 bool take_first, take_second; in match_rep() local
562 bool take_first, take_second; in match_alt() local609 bool take_first, take_second; in match_rep() local
552 bool take_first, take_second; in match_alt() local599 bool take_first, take_second; in match_rep() local
823 fn take_first<'a, T>(slice: &mut &'a [T]) -> Option<&'a T> { in take_first() function
4374 pub fn take_first<'a>(self: &mut &'a Self) -> Option<&'a T> { in take_first() method
4357 pub fn take_first<'a>(self: &mut &'a Self) -> Option<&'a T> { in take_first() method