Searched defs:parse_attrs (Results 1 – 5 of 5) sorted by relevance
52 fn parse_attrs(mut input: &str) -> (Attrs, &str) { in parse_attrs() function
23 int parse_attrs(const struct nlattr *attr, void *data) in parse_attrs() function
122 def parse_attrs(self, attrs: Iterable[dict[str, Any]]) -> None: member in BazelRule
90 fn parse_attrs<Attrs: Iterator<Item = Attribute>>( in parse_attrs() method
25 mod parse_attrs; module