Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/ron/src/
H A Dparse.rs386 self.test_for(ident) && !self.check_ident_other_char(ident.len()) in check_ident()
389 fn check_ident_other_char(&self, index: usize) -> bool { in check_ident_other_char() method
496 if !comma && self.check_ident_other_char(0) { in extensions()
503 if !comma || !self.check_ident_other_char(0) { in extensions()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ron/src/
H A Dparse.rs379 self.test_for(ident) && !self.check_ident_other_char(ident.len()) in check_ident()
382 fn check_ident_other_char(&self, index: usize) -> bool { in check_ident_other_char() method
489 if !comma && self.check_ident_other_char(0) { in extensions()
496 if !comma || !self.check_ident_other_char(0) { in extensions()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ron/src/
H A Dparse.rs379 self.test_for(ident) && !self.check_ident_other_char(ident.len()) in check_ident()
382 fn check_ident_other_char(&self, index: usize) -> bool { in check_ident_other_char() method
489 if !comma && self.check_ident_other_char(0) { in extensions()
496 if !comma || !self.check_ident_other_char(0) { in extensions()