Lines Matching refs:this
20 /// This type is a syntax tree enum. In Syn this and other syntax tree enums
61 /// // Repetitive; recommend not doing this.
770 (Member::Named(this), Member::Named(other)) => this == other,
771 (Member::Unnamed(this), Member::Unnamed(other)) => this == other,
1097 /// The Rust grammar's choices around which way this ambiguity is
1115 /// // but could equally well have been this other arbitrary choice:
1163 let this = *self as u8;
1165 Some(this.cmp(&other))