/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type), 284 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish), 287 src.get()._M_start._M_p = 0; 304 if (_M_start._M_p) 305 _M_end_of_storage.deallocate(_M_start._M_p, 306 _M_end_of_storage._M_data - _M_start._M_p); 309 _Bit_iterator _M_start; 393 this->_M_start = iterator(__q, 0); 394 this->_M_finish = this->_M_start + difference_type(__n) [all...] |
_deque.h | 357 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0), 362 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0), 367 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish), 372 src.get()._M_finish = src.get()._M_start; 385 iterator _M_start; 432 iterator begin() { return this->_M_start; } 434 const_iterator begin() const { return const_iterator(this->_M_start); } 438 reverse_iterator rend() { return reverse_iterator(this->_M_start); } 442 { return const_reverse_iterator(this->_M_start); } [all...] |
_rope.h | 569 size_t _M_start; 581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data) 582 (*__fn)(__start_pos + _M_start, __req_len, __buffer); 589 _STLP_PRIV __ucopy_n(__s + __start_pos + _M_start, __req_len, __buffer); 603 _M_base(__b), _M_start(__s) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
bitmap_allocator.h | 84 pointer _M_start; 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 110 { return _M_finish - _M_start; } 114 { return this->_M_start; } 126 { return this->_M_start[__pos]; } 152 { this->_M_finish = this->_M_start; } 192 if (this->_M_start) 193 this->deallocate(this->_M_start, this->size()); 195 this->_M_start = __new_start; 197 this->_M_end_of_storage = this->_M_start + __new_size [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
bitmap_allocator.h | 84 pointer _M_start; 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 110 { return _M_finish - _M_start; } 114 { return this->_M_start; } 126 { return this->_M_start[__pos]; } 152 { this->_M_finish = this->_M_start; } 192 if (this->_M_start) 193 this->deallocate(this->_M_start, this->size()); 195 this->_M_start = __new_start; 197 this->_M_end_of_storage = this->_M_start + __new_size [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
bitmap_allocator.h | 84 pointer _M_start; 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 110 { return _M_finish - _M_start; } 114 { return this->_M_start; } 126 { return this->_M_start[__pos]; } 152 { this->_M_finish = this->_M_start; } 192 if (this->_M_start) 193 this->deallocate(this->_M_start, this->size()); 195 this->_M_start = __new_start; 197 this->_M_end_of_storage = this->_M_start + __new_size [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
bitmap_allocator.h | 84 pointer _M_start; 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 110 { return _M_finish - _M_start; } 114 { return this->_M_start; } 126 { return this->_M_start[__pos]; } 152 { this->_M_finish = this->_M_start; } 192 if (this->_M_start) 193 this->deallocate(this->_M_start, this->size()); 195 this->_M_start = __new_start; 197 this->_M_end_of_storage = this->_M_start + __new_size [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type), 284 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish), 287 src.get()._M_start._M_p = 0; 304 if (_M_start._M_p) 305 _M_end_of_storage.deallocate(_M_start._M_p, 306 _M_end_of_storage._M_data - _M_start._M_p); 309 _Bit_iterator _M_start; 393 this->_M_start = iterator(__q, 0); 394 this->_M_finish = this->_M_start + difference_type(__n) [all...] |
_deque.h | 357 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0), 362 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0), 367 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish), 372 src.get()._M_finish = src.get()._M_start; 385 iterator _M_start; 432 iterator begin() { return this->_M_start; } 434 const_iterator begin() const { return const_iterator(this->_M_start); } 438 reverse_iterator rend() { return reverse_iterator(this->_M_start); } 442 { return const_reverse_iterator(this->_M_start); } [all...] |
_rope.h | 569 size_t _M_start; 581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data) 582 (*__fn)(__start_pos + _M_start, __req_len, __buffer); 589 _STLP_PRIV __ucopy_n(__s + __start_pos + _M_start, __req_len, __buffer); 603 _M_base(__b), _M_start(__s) { [all...] |