Lines Matching refs:this
8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
13 // used to endorse or promote products derived from this software without
47 // this is checked at insertion time.
55 // Our use cases present two specificities that allow us to design this
61 // searching for an element we ensure the elements are sorted (this is generally
117 // This indicates the number of (valid) elements stored in this set.
121 // Note that this does not mean the backing storage is empty: it can still
144 // The argument *must* point to an element stored in *this* set.
212 // This represents the number of (valid) elements in this set.
229 // Iterators acquire and release this monitor. While a set is acquired,
292 // Move this iterator to the end of the set.
307 return !(*this == rhs);
363 return iterator(this);
370 iterator end(this);
498 // Note that this function must be safe even while an iterator has acquired
499 // this set.
806 ++(*this);
884 swap(*this, other);
891 swap(*this, other);
892 return *this;
937 return *this;
945 InvalSetIterator<S> old(*this);
946 ++(*this);