Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dsparse_containers.h242 the_end_ = true;
256 return (the_end_ != rhs.the_end_); // Just good enough for cend checks
260 return (the_end_ == rhs.the_end_); // Just good enough for cend checks
282 the_end_ = false; // the sparse map is non-empty (per HasSparseSubranges() above) in ConstIterator()
285 the_end_ = true; in ConstIterator()
289 ConstIterator() : vec_(nullptr), the_end_(true) {} in ConstIterator()
293 bool the_end_; variable
303 the_end_ = true; in SetCurrentValue()
307 the_end_ = false; in SetCurrentValue()
Dcore_validation_types.h599 : map_(&map), container_(&container), the_end_(false) {
604 virtual bool AtEnd() const override { return the_end_; }
612 the_end_ = true;
620 bool the_end_;