Lines Matching refs:End
28 End(isize, isize), enumerator
49 entries.push(Entry::End(0, 0)); // we replace this below in recursive_new()
53 entries.push(Entry::End( in recursive_new()
76 entries.push(Entry::End(-(entries.len() as isize), 0)); in new2()
121 static EMPTY_ENTRY: UnsafeSyncEntry = UnsafeSyncEntry(Entry::End(0, 0)); in empty()
138 while let Entry::End(..) = unsafe { &*ptr } { in create()
312 Entry::End(..) => return None, in token_tree()
327 Entry::End(_, offset) => { in span()
356 Entry::End(..) => return None, in skip()
375 Entry::End(_, offset) => match unsafe { &*self.scope.offset(*offset) } { in scope_delimiter()
421 Entry::End(offset, _) => cursor.scope.offset(*offset), in start_of_buffer()