Home
last modified time | relevance | path

Searched defs:get_attribute_accessor (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/fluent-syntax/src/parser/
H A Dcore.rs219 pub(super) fn get_attribute_accessor(&mut self) -> Result<Option<ast::Identifier<S>>> { in get_attribute_accessor() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dmod.rs231 fn get_attribute_accessor(&mut self) -> Result<Option<ast::Identifier<S>>> { in get_attribute_accessor() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dmod.rs231 fn get_attribute_accessor(&mut self) -> Result<Option<ast::Identifier<S>>> { in get_attribute_accessor() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/src/parser/
H A Dmod.rs206 fn get_attribute_accessor<'p>(ps: &mut ParserStream<'p>) -> Result<Option<ast::Identifier<'p>>> { in get_attribute_accessor() function