Lines Matching refs:Iterator
24 // Iterator
26 Iterator::Iterator(PandaGen *pg, const ir::AstNode *node, IteratorType type)
42 void Iterator::GetMethod(util::StringView name) const
48 void Iterator::CallMethodWithValue() const
53 void Iterator::CallMethod() const
58 void Iterator::Next() const
70 void Iterator::Complete() const
75 void Iterator::Value() const
80 void Iterator::Close(bool abruptCompletion) const
147 : Iterator(pg, node, IteratorType::SYNC), done_(pg->AllocReg()), result_(pg->AllocReg())