Searched refs:body_it (Results 1 – 2 of 2) sorted by relevance
42 let mut body_it = body.stream().into_iter(); in kunit_tests() localVariable44 while let Some(token) = body_it.next() { in kunit_tests()46 TokenTree::Group(ident) if ident.to_string() == "[test]" => match body_it.next() { in kunit_tests()48 let test_name = match body_it.next() { in kunit_tests()131 let mut body_it = body.stream().into_iter(); in kunit_tests() localVariable133 while let Some(token) = body_it.next() { in kunit_tests()135 TokenTree::Punct(ref c) if c.as_char() == '#' => match body_it.next() { in kunit_tests()
29 let mut body_it = body.stream().into_iter(); in vtable() localVariable32 while let Some(token) = body_it.next() { in vtable()35 let fn_name = match body_it.next() { in vtable()43 let const_name = match body_it.next() { in vtable()