Home
last modified time | relevance | path

Searched refs:has_postfix (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/pest/src/
Dpratt_parser.rs199 has_postfix: bool, field
216 has_postfix: false, in new()
228 Affix::Postfix => self.has_postfix = true, in op()