Lines Matching defs:next
8 let next = raw.next(&mut cursor).unwrap(); in to_long_stdio() localVariable
20 let next = raw.next(&mut cursor).unwrap(); in to_long_no_escape() localVariable
32 let next = raw.next(&mut cursor).unwrap(); in to_long_no_value() localVariable
46 let next = raw.next(&mut cursor).unwrap(); in to_long_with_empty_value() localVariable
60 let next = raw.next(&mut cursor).unwrap(); in to_long_with_value() localVariable
74 let next = raw.next(&mut cursor).unwrap(); in to_short_stdio() localVariable
86 let next = raw.next(&mut cursor).unwrap(); in to_short_escape() localVariable
98 let next = raw.next(&mut cursor).unwrap(); in to_short_long() localVariable
110 let next = raw.next(&mut cursor).unwrap(); in to_short() localVariable
124 let next = raw.next(&mut cursor).unwrap(); in is_negative_number() localVariable
134 let next = raw.next(&mut cursor).unwrap(); in is_positive_number() localVariable
144 let next = raw.next(&mut cursor).unwrap(); in is_not_number() localVariable
154 let next = raw.next(&mut cursor).unwrap(); in is_stdio() localVariable
164 let next = raw.next(&mut cursor).unwrap(); in is_not_stdio() localVariable
174 let next = raw.next(&mut cursor).unwrap(); in is_escape() localVariable
184 let next = raw.next(&mut cursor).unwrap(); in is_not_escape() localVariable