Lines Matching refs:next
324 !$next:tt
331 ![$next];
340 $next:tt
346 [$next this other]
384 $next:ident [$([$($named:tt)*])* $(![$ignore:tt])*] (!$i:tt $($field:tt)*)
390 $next [$([$($named)*])* $(![$ignore])* ![$i]] ($($field)*)
398 $next:ident [$([$($named:tt)*])* $(![$ignore:tt])*] ($i:tt $($field:tt)*)
404 $next [$([$($named)*])* [$i this other] $(![$ignore])*] ($($field)*)
412 $next:ident [$($named:tt)*] ()
418 [$($name)::+::$next; $($named)*]
426 $next:ident ($($field:tt)*)
432 $next [] ($($field)*)
440 $next:ident
446 [$($name)::+::$next;]
687 let this = match this_trees.next() {
688 None => return other_trees.next().is_none(),
691 let other = match other_trees.next() {
728 match trees.next() {
739 let stream = match trees.next() {
744 match trees.next() {
754 match trees.next() {
764 match trees.next() {
766 is_escaped_literal_token(token, unescaped) && trees.next().is_none()