Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/include/bits/
Dvector.tcc136 const size_type __xlen = __x.size(); in operator =() local
137 if (__xlen > capacity()) in operator =()
139 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), in operator =()
147 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __xlen; in operator =()
149 else if (size() >= __xlen) in operator =()
163 this->_M_impl._M_finish = this->_M_impl._M_start + __xlen; in operator =()