Searched refs:tokens_ (Results 1 – 1 of 1) sorted by relevance
303 this->tokens_[this->count_] = token; in add()317 { return &this->tokens_[0]; } in begin()321 { return &this->tokens_[this->count_]; } in end()330 Task_token* tokens_[max_task_count]; variable