Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/text_format/lexer/
Dlexer_impl.rs233 fn lookahead_is_str(&self, s: &str) -> bool { in lookahead_is_str() method
238 if self.lookahead_is_str(s) { in skip_if_lookahead_is_str()