Home
last modified time | relevance | path

Searched refs:parse_all (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_type_comments.py231 def parse_all(self, source, minver=lowest, maxver=highest, expected_regex=""): member in TypeCommentTests
248 for tree in self.parse_all(funcdef):
256 for tree in self.parse_all(asyncdef, minver=5):
264 for tree in self.parse_all(asyncvar, maxver=6):
268 for tree in self.parse_all(asynccomp, minver=6):
272 for tree in self.parse_all(matmul, minver=5):
276 for tree in self.parse_all(fstring, minver=6):
280 for tree in self.parse_all(underscorednumber, minver=6):
284 for tree in self.parse_all(redundantdef, maxver=0,
289 for tree in self.parse_all(nonasciide
[all...]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs64 let parsed_attrs = ClapAttr::parse_all(attrs)?; in from_args_struct()
81 let parsed_attrs = ClapAttr::parse_all(attrs)?; in from_subcommand_enum()
98 let parsed_attrs = ClapAttr::parse_all(attrs)?; in from_value_enum()
140 let parsed_attrs = ClapAttr::parse_all(&variant.attrs)?; in from_subcommand_variant()
185 let parsed_attrs = ClapAttr::parse_all(&variant.attrs)?; in from_value_enum_variant()
213 let parsed_attrs = ClapAttr::parse_all(&field.attrs)?; in from_args_field()
H A Dattr.rs25 pub fn parse_all(all_attrs: &[Attribute]) -> Result<Vec<Self>, syn::Error> { in parse_all() functions
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py87 testCases = grammar.parse_string(sys.stdin.read(), parse_all=True)

Completed in 4 milliseconds