Lines Matching defs:res
15 let res = trie.iter().next('h'); in empty() localVariable
28 let res = iter.next('h'); in a() localVariable
32 let res = iter.next('a'); in a() localVariable
34 let res = iter.next('a'); in a() localVariable
47 let res = iter.next('a'); in a_b() localVariable
49 let res = iter.next('a'); in a_b() localVariable
53 let res = iter.next('a'); in a_b() localVariable
55 let res = iter.next('b'); in a_b() localVariable
57 let res = iter.next('b'); in a_b() localVariable
71 let res = iter.next('a'); in shortest_branch() localVariable
73 let res = iter.next('b'); in shortest_branch() localVariable
77 let res = iter.next('b'); in shortest_branch() localVariable
79 let res = iter.next('a'); in shortest_branch() localVariable
109 let res = iter.next(chr); in branches() localVariable
150 let res = iter.next(chr); in long_sequence() localVariable
207 let res = iter.next(chr); in long_branch() localVariable
249 let res = iter.next(chr); in compact() localVariable
276 let res = iter.next(chr); in months() localVariable
279 let res = iter.next('h'); in months() localVariable
289 let res = iter.next(chr); in months() localVariable
292 let res = iter.next('h'); in months() localVariable