Home
last modified time | relevance | path

Searched refs:ElementsCollection (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLProgram.h109 class ElementsCollection {
141 friend class ElementsCollection; member
165 ElementsCollection(const Program& program) : fProgram(program) {} in ElementsCollection() function
172 ElementsCollection elements() const { return ElementsCollection(*this); } in elements()