Searched refs:attribute_begin (Results 1 – 2 of 2) sorted by relevance
126 attribute_iterator attribute_begin() const;
231 auto Operator::attribute_begin() const -> attribute_iterator { in attribute_begin() function in Operator239 return {attribute_begin(), attribute_end()}; in getAttributes()