Home
last modified time | relevance | path

Searched refs:expect_char (Results 51 – 59 of 59) sorted by relevance

123

/dports/devel/py-fluent/fluent-0.10.0/fluent/syntax/
H A Dstream.py112 def expect_char(self, ch): member in FluentParserStream
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/
H A Dparser.rs171 src.expect_char(':').map_err(|()| err!("bad fragment specifier 1"))?; in eat_fragment_kind()
H A Dsyntax_bridge.rs111 if fork.expect_char(sep).is_err() { in parse_exprs_with_sep()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/
H A Dparser.rs171 src.expect_char(':').map_err(|()| err!("bad fragment specifier 1"))?; in eat_fragment_kind()
H A Dsyntax_bridge.rs113 if fork.expect_char(sep).is_err() { in parse_exprs_with_sep()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/parse/value/
H A Dparse.rs224 self.expect_char('(')?; in parse_module_item()
499 self.expect_char(']')?; in parse_bracketed_list()
672 self.expect_char(':')?; in parse_paren()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/expander/
H A Dmatcher.rs914 match fork.expect_char(c) { in eat_char()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/expander/
H A Dmatcher.rs914 match fork.expect_char(c) { in eat_char()
/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirio.c1226 static bool expect_char(read_env_t *env, char ch) in expect_char() function
1238 #define EXPECT(c) if (expect_char(env, (c))) {} else return

123