Home
last modified time | relevance | path

Searched refs:expect_keyword (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/language/
H A Dparser.py419 self.expect_keyword("on")
605 self.expect_keyword("schema")
645 self.expect_keyword("type")
740 self.expect_keyword("union")
764 self.expect_keyword("enum")
799 self.expect_keyword("input")
849 self.expect_keyword("type")
887 self.expect_keyword("union")
901 self.expect_keyword("enum")
915 self.expect_keyword("input")
[all …]
/dports/devel/liteide/gocode-cfcb188102ae/
H A Dpackage_text.go334 p.expect_keyword("interface")
356 p.expect_keyword("struct")
371 p.expect_keyword("map")
383 p.expect_keyword("chan")
390 p.expect_keyword("chan")
472 p.expect_keyword("import")
488 p.expect_keyword("const")
539 p.expect_keyword("type")
555 p.expect_keyword("var")
665 p.expect_keyword("package")
[all …]
/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/language/
H A Dparser.py172 def expect_keyword(parser, value): function
447 expect_keyword(parser, "fragment")
452 if expect_keyword(parser, "on")
663 expect_keyword(parser, "schema")
688 expect_keyword(parser, "scalar")
700 expect_keyword(parser, "type")
781 expect_keyword(parser, "union")
807 expect_keyword(parser, "enum")
833 expect_keyword(parser, "input")
846 expect_keyword(parser, "extend")
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xflags-macros-0.2.3/src/
H A Dparse.rs45 p.expect_keyword("cmd")?; in cmd()
163 p.expect_keyword("doc")?; in opt_single_doc()
242 fn expect_keyword(&mut self, kw: &str) -> Result<()> { in expect_keyword() method
/dports/lang/rust/rustc-1.58.1-src/vendor/xflags-macros/src/
H A Dparse.rs45 p.expect_keyword("cmd")?; in cmd()
163 p.expect_keyword("doc")?; in opt_single_doc()
242 fn expect_keyword(&mut self, kw: &str) -> Result<()> { in expect_keyword() method
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/sql/
H A Dparser.rs244 self.parser.expect_keyword(Keyword::TABLE)?; in parse_create_external_table()
255 self.parser.expect_keyword(Keyword::LOCATION)?; in parse_create_external_table()
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DScanning.pxd56 ##cdef expect_keyword(self, what, message = *)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DScanning.pxd61 ##cdef expect_keyword(self, what, message = *)
H A DScanning.py498 def expect_keyword(self, what, message=None): member in PyrexScanner
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DScanning.pxd61 ##cdef expect_keyword(self, what, message = *)
H A DScanning.py505 def expect_keyword(self, what, message=None): member in PyrexScanner
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DScanning.pxd61 ##cdef expect_keyword(self, what, message = *)
H A DScanning.py505 def expect_keyword(self, what, message=None): member in PyrexScanner
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DScanning.pxd61 ##cdef expect_keyword(self, what, message = *)
H A DScanning.py505 def expect_keyword(self, what, message=None): member in PyrexScanner
/dports/games/freedoko/FreeDoko_0.7.19/src/os/
H A Dbug_report_replay.h175 bool expect_keyword(string const& read_keyword,
H A Dbug_report_replay.cpp349 BugReportReplay::expect_keyword(string const& read_keyword, in expect_keyword() function in OS_NS::BugReportReplay
413 if (!this->expect_keyword(keyword, expected_keyword)) \ in read_file()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-722.0.0/src/parser/
H A Dgenerics.rs54 self.expect_keyword(kw::Const)?; in parse_const_param()
H A Ditem.rs36 self.expect_keyword(kw::Mod)?; in parse_item_mod()
236 self.expect_keyword(kw::Extern)?; in parse_item_kind()
472 self.expect_keyword(kw::Impl)?; in parse_item_impl()
671 self.expect_keyword(kw::Trait)?; in parse_item_trait()
1541 self.expect_keyword(kw::MacroRules)?; // `macro_rules` in parse_item_macro_rules()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-718.0.0/src/parser/
H A Dgenerics.rs54 self.expect_keyword(kw::Const)?; in parse_const_param()
H A Ditem.rs36 self.expect_keyword(kw::Mod)?; in parse_item_mod()
236 self.expect_keyword(kw::Extern)?; in parse_item_kind()
472 self.expect_keyword(kw::Impl)?; in parse_item_impl()
671 self.expect_keyword(kw::Trait)?; in parse_item_trait()
1460 self.expect_keyword(kw::MacroRules)?; // `macro_rules` in parse_item_macro_rules()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_parse/src/parser/
H A Dgenerics.rs57 self.expect_keyword(kw::Const)?; in parse_const_param()
H A Ditem.rs35 self.expect_keyword(kw::Mod)?; in parse_item_mod()
235 self.expect_keyword(kw::Extern)?; in parse_item_kind()
471 self.expect_keyword(kw::Impl)?; in parse_item_impl()
683 self.expect_keyword(kw::Trait)?; in parse_item_trait()
1570 self.expect_keyword(kw::MacroRules)?; // `macro_rules` in parse_item_macro_rules()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_parse/src/parser/
H A Dgenerics.rs54 self.expect_keyword(kw::Const)?; in parse_const_param()
H A Ditem.rs36 self.expect_keyword(kw::Mod)?; in parse_item_mod()
236 self.expect_keyword(kw::Extern)?; in parse_item_kind()
472 self.expect_keyword(kw::Impl)?; in parse_item_impl()
671 self.expect_keyword(kw::Trait)?; in parse_item_trait()
1541 self.expect_keyword(kw::MacroRules)?; // `macro_rules` in parse_item_macro_rules()

12