reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/stl_vector.h
  107 	  std::swap(_M_end_of_storage, __x._M_end_of_storage);
  107 	  std::swap(_M_end_of_storage, __x._M_end_of_storage);
  162       { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
  189 	this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
  751       { return size_type(this->_M_impl._M_end_of_storage
  941 	if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
 1329 	  this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
usr/include/c++/7.4.0/bits/vector.tcc
   79 			this->_M_impl._M_end_of_storage
   83 	  this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
   98 	if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
  122       if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
  193 				this->_M_impl._M_end_of_storage
  197 		  this->_M_impl._M_end_of_storage = nullptr;
  211 			    this->_M_impl._M_end_of_storage
  214 	      this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __xlen;
  290 			  this->_M_impl._M_end_of_storage
  294 	    this->_M_impl._M_end_of_storage = this->_M_impl._M_finish;
  317       if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
  340 	if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
  449 		    this->_M_impl._M_end_of_storage
  453       this->_M_impl._M_end_of_storage = __new_start + __len;
  463 	  if (size_type(this->_M_impl._M_end_of_storage
  542 			    this->_M_impl._M_end_of_storage
  546 	      this->_M_impl._M_end_of_storage = __new_start + __len;
  559 	  if (size_type(this->_M_impl._M_end_of_storage
  593 			    this->_M_impl._M_end_of_storage
  597 	      this->_M_impl._M_end_of_storage = __new_start + __len;
  637 	    if (size_type(this->_M_impl._M_end_of_storage
  700 			      this->_M_impl._M_end_of_storage
  704 		this->_M_impl._M_end_of_storage = __new_start + __len;