Searched refs:heads_ (Results 1 – 2 of 2) sorted by relevance
178 if (!heads_.empty()) { in render()179 for (auto &model : heads_) { in render()319 heads_.push_back(toAdd); in addHead()323 if (headCount > heads_.size()) { in setNumHeads()324 int to_add = headCount - heads_.size(); in setNumHeads()328 } else if (headCount < heads_.size()) { in setNumHeads()329 heads_.erase(heads_.begin() + headCount, heads_.end()); in setNumHeads()
151 std::vector<Model> heads_; variable