Searched refs:array_iter_ (Results 1 – 3 of 3) sorted by relevance
213 inline iterator(): array_iter_(NULL) {}216 if (array_iter_ != NULL) {217 ++array_iter_;229 if (array_iter_ != NULL) {230 --array_iter_;242 if (array_iter_ != NULL) {243 return array_iter_;250 if (array_iter_ != NULL) {251 return *array_iter_;258 if (array_iter_ != NULL) {[all …]
114 void const* const* array_iter_ = nullptr; variable171 ci.array_iter_ = &ptrs_[0]; in begin()183 ci.array_iter_ = &ptrs_[size()]; in end()190 if (array_iter_ != nullptr) {191 ++array_iter_;211 if (array_iter_ != nullptr) {212 return reinterpret_cast<const value_type*>(array_iter_);223 if (array_iter_ != nullptr) {224 return static_cast<value_type>(*array_iter_);232 DCHECK((array_iter_ == nullptr) == (other.array_iter_ == nullptr))[all …]
28 ci.array_iter_ = &ptrs_[i]; in insert()35 ci.array_iter_ = &ptrs_[i]; in insert()