Lines Matching refs:entry
18 // Group entries contain the offset to the matching End entry.
92 // The current entry which the `Cursor` is pointing at.
108 // this entry never includes a `Ident` object.
145 /// Get the current entry.
146 fn entry(self) -> &'a Entry {
166 while let Entry::Group(group, _) = self.entry() {
192 if let Entry::Group(group, end_offset) = self.entry() {
206 if let Entry::Group(group, end_offset) = self.entry() {
219 if let Entry::Group(group, end_offset) = self.entry() {
232 match self.entry() {
242 match self.entry() {
254 match self.entry() {
264 match self.entry() {
298 let (tree, len) = match self.entry() {
313 match self.entry() {
328 if let Entry::End(_) = self.entry() {
333 match self.entry() {
354 let len = match self.entry() {
421 match cursor.entry() {
428 match cursor.entry() {