Lines Matching refs:Iterator
23 // Iterator
25 Iterator::Iterator(PandaGen *pg, const ir::AstNode *node, IteratorType type)
41 void Iterator::GetMethod(util::StringView name) const
47 void Iterator::CallMethodWithValue() const
52 void Iterator::CallMethod() const
57 void Iterator::Next() const
69 void Iterator::Complete() const
75 void Iterator::Value() const
81 void Iterator::CloseInnerResultNormal(bool abruptCompletion, Label *returnExits) const
120 void Iterator::Close(bool abruptCompletion) const
176 : Iterator(pg, node, IteratorType::SYNC), done_(pg->AllocReg()), result_(pg->AllocReg())