Searched refs:takeFunc_ (Results 1 – 1 of 1) sorted by relevance
149 takeFunc_ = f[type_];150 current_ = takeFunc_(*is_);157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take()223 TakeFunc takeFunc_; variable