OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_start_of_storage
(Results
1 - 7
of
7
) 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.
64
{ return (
_M_start_of_storage
._M_data == _M_buffers._M_static_buf); }
65
_Tp const* _M_Start() const { return
_M_start_of_storage
._M_data; }
66
_Tp* _M_Start() { return
_M_start_of_storage
._M_data; }
72
{ return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage -
_M_start_of_storage
._M_data; }
76
_Tp const* _M_Start() const { return
_M_start_of_storage
._M_data; }
77
_Tp* _M_Start() { return
_M_start_of_storage
._M_data; }
81
{ return _M_end_of_storage -
_M_start_of_storage
._M_data; }
87
_AllocProxy
_M_start_of_storage
;
96
if (!_M_using_static_buf() && (
_M_start_of_storage
._M_data != 0)
[
all
...]
_string.c
171
pointer __new_start = this->
_M_start_of_storage
.allocate(__n, __n);
201
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
267
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
302
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
359
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
611
this->
_M_start_of_storage
._M_data =
_M_start_of_storage
.allocate(__n, __n);
612
this->_M_finish = this->
_M_start_of_storage
._M_data;
613
this->_M_buffers._M_end_of_storage = this->
_M_start_of_storage
._M_data + __n;
616
this->
_M_start_of_storage
._M_data = _M_start_of_storage.allocate(__n, __n)
[
all
...]
_string_sum_methods.h
110
pointer __new_start = this->
_M_start_of_storage
.allocate(__len);
134
pointer __new_start = this->
_M_start_of_storage
.allocate(__len);
_string_workaround.h
222
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
378
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
_string.h
155
{ return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->
_M_start_of_storage
, _CharT); }
474
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
692
pointer __new_start = this->
_M_start_of_storage
.allocate(__len, __len);
[
all
...]
/external/stlport/etc/
autoexp.dat
21
[$c.
_M_start_of_storage
._M_data, s]
26
[$c.
_M_start_of_storage
._M_data, s]
33
buffer: [(unsigned int)$c.
_M_start_of_storage
._M_data, x],
34
length: $c._M_finish - $c.
_M_start_of_storage
._M_data,
35
capacity: #if($c.
_M_start_of_storage
._M_data == $c._M_buffers._M_static_buf)
41
$c._M_buffers._M_end_of_storage - $c.
_M_start_of_storage
._M_data
45
expr: $c.
_M_start_of_storage
._M_data[$i],
46
size: $c._M_finish - $c.
_M_start_of_storage
._M_data
55
[$c.
_M_start_of_storage
._M_data, su]
60
[$c.
_M_start_of_storage
._M_data, su
[
all
...]
ChangeLog
[
all
...]
Completed in 800 milliseconds