OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_end_of_storage
(Results
1 - 9
of
9
) sorted by null
/external/stlport/stlport/stl/
_string_base.h
34
// allocator and whose size is
_M_end_of_storage
- _M_start_of_storage._M_data.
55
_Tp*
_M_end_of_storage
;
59
_Tp*
_M_end_of_storage
;
68
{ return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers.
_M_end_of_storage
; }
70
{ return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers.
_M_end_of_storage
; }
72
{ return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers.
_M_end_of_storage
- _M_start_of_storage._M_data; }
74
{ return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers.
_M_end_of_storage
- _M_finish; }
78
_Tp const* _M_End() const { return
_M_end_of_storage
; }
79
_Tp* _M_End() { return
_M_end_of_storage
; }
81
{ return
_M_end_of_storage
- _M_start_of_storage._M_data;
[
all
...]
_vector.h
67
: _M_start(0), _M_finish(0),
_M_end_of_storage
(__a, 0) {}
70
: _M_start(0), _M_finish(0),
_M_end_of_storage
(__a, 0) {
71
_M_start =
_M_end_of_storage
.allocate(__n, __n);
73
_M_end_of_storage
._M_data = _M_start + __n;
80
_M_end_of_storage
(__move_source<_AllocProxy>(src.get().
_M_end_of_storage
)) {
82
src.get()._M_finish = src.get().
_M_end_of_storage
._M_data = src.get()._M_start = 0;
88
_M_end_of_storage
.deallocate(_M_start,
_M_end_of_storage
._M_data - _M_start);
97
_AllocProxy
_M_end_of_storage
;
[
all
...]
_bvector.h
276
{ return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&,
_M_end_of_storage
), bool); }
279
: _M_start(), _M_finish(),
_M_end_of_storage
(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285
_M_end_of_storage
(src.get().
_M_end_of_storage
) {
301
{ return
_M_end_of_storage
.allocate(_M_bits_to_chunks(__n)); }
305
_M_end_of_storage
.deallocate(_M_start._M_p,
306
_M_end_of_storage
._M_data - _M_start._M_p);
311
_STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type>
_M_end_of_storage
;
392
this->
_M_end_of_storage
._M_data = __q + _Base::_M_bits_to_chunks(__n);
397
if (this->_M_finish._M_p != this->
_M_end_of_storage
._M_data)
[
all
...]
_vector.c
74
__tmp = this->
_M_end_of_storage
.allocate(__n, __n);
88
pointer __new_start = this->
_M_end_of_storage
.allocate(__len, __len);
102
this->
_M_end_of_storage
.deallocate(__new_start,__len)))
111
pointer __new_start = this->
_M_end_of_storage
.allocate(__len, __len);
172
if (size_type(this->
_M_end_of_storage
._M_data - this->_M_finish) >= __n) {
193
this->
_M_end_of_storage
._M_data = this->_M_start + __len;
_string.c
613
this->_M_buffers.
_M_end_of_storage
= this->_M_start_of_storage._M_data + __n;
618
this->
_M_end_of_storage
= this->_M_start_of_storage._M_data + __n;
/external/stlport/etc/
autoexp.dat
41
$c._M_buffers.
_M_end_of_storage
- $c._M_start_of_storage._M_data
75
$c._M_buffers.
_M_end_of_storage
- $c._M_start_of_storage._M_data
162
$c.
_M_end_of_storage
._M_data - $c._M_start,
177
capacity : $c.
_M_end_of_storage
._M_data - $c._M_start,
ChangeLog
[
all
...]
/prebuilt/sdk/tools/linux/
aidl
aapt
Completed in 539 milliseconds