Searched refs:ntimes (Results 1 – 2 of 2) sorted by relevance
8 @ntimes = external hidden unnamed_addr global i32, align 412 %0 = load i32, i32* @ntimes, align 436 %4 = load i32, i32* @ntimes, align 4
731 let mut ntimes = 0; in group_by() localVariable733 for (_, sub) in &text.chars().group_by(|&x| { ntimes += 1; x}) { in group_by()737 assert_eq!(ntimes, text.len()); in group_by()741 let mut ntimes = 0; in group_by() localVariable743 for _ in &text.chars().group_by(|&x| { ntimes += 1; x}) { in group_by()745 assert_eq!(ntimes, text.len()); in group_by()