Searched refs:takeFunc_ (Results 1 – 1 of 1) sorted by relevance
115 takeFunc_ = f[type_];116 current_ = takeFunc_(*is_);123 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take()189 TakeFunc takeFunc_; variable