Home
last modified time | relevance | path

Searched refs:it_sparse_ (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dsparse_containers.h240 ++it_sparse_;
241 if (it_sparse_ == vec_->sparse_->cend()) {
246 current_value_.first = it_sparse_->first;
247 current_value_.second = it_sparse_->second;
279 it_sparse_ = vec_->sparse_->cbegin(); in ConstIterator()
280 current_value_.first = it_sparse_->first; in ConstIterator()
281 current_value_.second = it_sparse_->second; in ConstIterator()
294 SparseIterator it_sparse_; variable