Lines Matching refs:this
5 * you may not use this file except in compliance with the License.
42 // /dev/ashmem/... does not set this flag.
44 // Special flag to indicate that this map represents an elf file
80 return *this;
84 return *this;
88 return *this;
92 return *this;
95 bool operator==(const iterator& rhs) { return this->index_ == rhs.index_; }
96 bool operator!=(const iterator& rhs) { return this->index_ != rhs.index_; }
114 iterator begin() { return iterator(this, 0); }
115 iterator end() { return iterator(this, maps_.size()); }
139 // In order to use the iterators on this object, a caller must