OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_capacity
(Results
1 - 22
of
22
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h
72
_M_capacity
(size_type __capacity)
154
_M_capacity
() const
281
_M_capacity
(__tmp_capacity);
298
_M_capacity
(__rcs._M_allocated_capacity);
300
__rcs.
_M_capacity
(__tmp_capacity);
361
_M_capacity
(__rcs._M_allocated_capacity);
416
_M_capacity
(__capacity);
448
_M_capacity
(__dnew);
471
_M_capacity
(__n);
488
const size_type __capacity =
_M_capacity
();
[
all
...]
rc_string_base.h
49
* [__rc_string_base<char_type>]
_M_capacity
99
// 2.
_M_capacity
>= _M_length
100
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
115
size_type
_M_capacity
;
287
_M_capacity
() const
288
{ return _M_rep()->_M_info.
_M_capacity
; }
438
__p->_M_info.
_M_capacity
= __capacity;
447
const size_type __size = ((_M_info.
_M_capacity
+ 1) * sizeof(_CharT)
459
_Rep* __r = _Rep::_S_create(__requested_cap, _M_info.
_M_capacity
,
530
if (__len == __r->_M_info.
_M_capacity
)
[
all
...]
vstring.h
491
{ return this->
_M_capacity
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h
72
_M_capacity
(size_type __capacity)
154
_M_capacity
() const
281
_M_capacity
(__tmp_capacity);
298
_M_capacity
(__rcs._M_allocated_capacity);
300
__rcs.
_M_capacity
(__tmp_capacity);
361
_M_capacity
(__rcs._M_allocated_capacity);
416
_M_capacity
(__capacity);
448
_M_capacity
(__dnew);
471
_M_capacity
(__n);
488
const size_type __capacity =
_M_capacity
();
[
all
...]
rc_string_base.h
49
* [__rc_string_base<char_type>]
_M_capacity
99
// 2.
_M_capacity
>= _M_length
100
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
115
size_type
_M_capacity
;
287
_M_capacity
() const
288
{ return _M_rep()->_M_info.
_M_capacity
; }
438
__p->_M_info.
_M_capacity
= __capacity;
447
const size_type __size = ((_M_info.
_M_capacity
+ 1) * sizeof(_CharT)
459
_Rep* __r = _Rep::_S_create(__requested_cap, _M_info.
_M_capacity
,
530
if (__len == __r->_M_info.
_M_capacity
)
[
all
...]
vstring.h
491
{ return this->
_M_capacity
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h
72
_M_capacity
(size_type __capacity)
154
_M_capacity
() const
281
_M_capacity
(__tmp_capacity);
298
_M_capacity
(__rcs._M_allocated_capacity);
300
__rcs.
_M_capacity
(__tmp_capacity);
361
_M_capacity
(__rcs._M_allocated_capacity);
416
_M_capacity
(__capacity);
448
_M_capacity
(__dnew);
471
_M_capacity
(__n);
488
const size_type __capacity =
_M_capacity
();
[
all
...]
rc_string_base.h
49
* [__rc_string_base<char_type>]
_M_capacity
99
// 2.
_M_capacity
>= _M_length
100
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
115
size_type
_M_capacity
;
287
_M_capacity
() const
288
{ return _M_rep()->_M_info.
_M_capacity
; }
438
__p->_M_info.
_M_capacity
= __capacity;
447
const size_type __size = ((_M_info.
_M_capacity
+ 1) * sizeof(_CharT)
459
_Rep* __r = _Rep::_S_create(__requested_cap, _M_info.
_M_capacity
,
530
if (__len == __r->_M_info.
_M_capacity
)
[
all
...]
vstring.h
491
{ return this->
_M_capacity
(); }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h
72
_M_capacity
(size_type __capacity)
161
_M_capacity
() const
307
_M_capacity
(__tmp_capacity);
324
_M_capacity
(__rcs._M_allocated_capacity);
326
__rcs.
_M_capacity
(__tmp_capacity);
387
_M_capacity
(__rcs._M_allocated_capacity);
442
_M_capacity
(__capacity);
474
_M_capacity
(__dnew);
497
_M_capacity
(__n);
514
const size_type __capacity =
_M_capacity
();
[
all
...]
rc_string_base.h
49
* [__rc_string_base<char_type>]
_M_capacity
99
// 2.
_M_capacity
>= _M_length
100
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
115
size_type
_M_capacity
;
287
_M_capacity
() const
288
{ return _M_rep()->_M_info.
_M_capacity
; }
438
__p->_M_info.
_M_capacity
= __capacity;
447
const size_type __size = ((_M_info.
_M_capacity
+ 1) * sizeof(_CharT)
459
_Rep* __r = _Rep::_S_create(__requested_cap, _M_info.
_M_capacity
,
530
if (__len == __r->_M_info.
_M_capacity
)
[
all
...]
vstring.h
502
{ return this->
_M_capacity
(); }
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_string_base.h
71
size_type
_M_capacity
() const
80
size_type
_M_capacity
() const
_string.c
163
if (__n < this->
_M_capacity
())
_string.h
419
{ return this->
_M_capacity
() - 1; }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_base.h
71
size_type
_M_capacity
() const
80
size_type
_M_capacity
() const
_string.c
163
if (__n < this->
_M_capacity
())
_string.h
419
{ return this->
_M_capacity
() - 1; }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
78
* [basic_string<char_type>]
_M_capacity
138
// 2.
_M_capacity
>= _M_length
139
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
151
size_type
_M_capacity
;
777
{ return _M_rep()->
_M_capacity
; }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
78
* [basic_string<char_type>]
_M_capacity
138
// 2.
_M_capacity
>= _M_length
139
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
151
size_type
_M_capacity
;
777
{ return _M_rep()->
_M_capacity
; }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h
78
* [basic_string<char_type>]
_M_capacity
138
// 2.
_M_capacity
>= _M_length
139
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
151
size_type
_M_capacity
;
777
{ return _M_rep()->
_M_capacity
; }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h
78
* [basic_string<char_type>]
_M_capacity
138
// 2.
_M_capacity
>= _M_length
139
// Allocated memory is always (
_M_capacity
+ 1) * sizeof(_CharT).
151
size_type
_M_capacity
;
786
{ return _M_rep()->
_M_capacity
; }
[
all
...]
Completed in 503 milliseconds