OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_rep
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
62
* __rc_string_base::
_M_rep
(); and the allocation function which gets a
189
_M_rep
() const
196
?
_M_rep
()->_M_refcopy() :
_M_rep
()->_M_clone(__alloc);
203
_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&
_M_rep
()->_M_info.
205
if (__exchange_and_add_dispatch(&
_M_rep
()->_M_info._M_refcount,
208
_GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&
_M_rep
()->_M_info.
210
_M_rep
()->_M_destroy(_M_get_allocator());
216
{ return
_M_rep
()->_M_info._M_refcount < 0; }
220
{
_M_rep
()->_M_info._M_refcount = 0;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
62
* __rc_string_base::
_M_rep
(); and the allocation function which gets a
189
_M_rep
() const
196
?
_M_rep
()->_M_refcopy() :
_M_rep
()->_M_clone(__alloc);
203
_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&
_M_rep
()->_M_info.
205
if (__exchange_and_add_dispatch(&
_M_rep
()->_M_info._M_refcount,
208
_GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&
_M_rep
()->_M_info.
210
_M_rep
()->_M_destroy(_M_get_allocator());
216
{ return
_M_rep
()->_M_info._M_refcount < 0; }
220
{
_M_rep
()->_M_info._M_refcount = 0;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h
62
* __rc_string_base::
_M_rep
(); and the allocation function which gets a
189
_M_rep
() const
196
?
_M_rep
()->_M_refcopy() :
_M_rep
()->_M_clone(__alloc);
203
_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&
_M_rep
()->_M_info.
205
if (__exchange_and_add_dispatch(&
_M_rep
()->_M_info._M_refcount,
208
_GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&
_M_rep
()->_M_info.
210
_M_rep
()->_M_destroy(_M_get_allocator());
216
{ return
_M_rep
()->_M_info._M_refcount < 0; }
220
{
_M_rep
()->_M_info._M_refcount = 0;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h
62
* __rc_string_base::
_M_rep
(); and the allocation function which gets a
189
_M_rep
() const
196
?
_M_rep
()->_M_refcopy() :
_M_rep
()->_M_clone(__alloc);
203
_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&
_M_rep
()->_M_info.
205
if (__exchange_and_add_dispatch(&
_M_rep
()->_M_info._M_refcount,
208
_GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&
_M_rep
()->_M_info.
210
_M_rep
()->_M_destroy(_M_get_allocator());
216
{ return
_M_rep
()->_M_info._M_refcount < 0; }
220
{
_M_rep
()->_M_info._M_refcount = 0;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
91
* string::
_M_rep
(); and the allocation function which gets a
300
_M_rep
() const
316
if (!
_M_rep
()->_M_is_leaked())
539
{
_M_rep
()->_M_dispose(this->get_allocator()); }
716
{ return
_M_rep
()->_M_length; }
722
{ return
_M_rep
()->_M_length; }
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
91
* string::
_M_rep
(); and the allocation function which gets a
300
_M_rep
() const
316
if (!
_M_rep
()->_M_is_leaked())
539
{
_M_rep
()->_M_dispose(this->get_allocator()); }
716
{ return
_M_rep
()->_M_length; }
722
{ return
_M_rep
()->_M_length; }
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
91
* string::
_M_rep
(); and the allocation function which gets a
300
_M_rep
() const
316
if (!
_M_rep
()->_M_is_leaked())
539
{
_M_rep
()->_M_dispose(this->get_allocator()); }
716
{ return
_M_rep
()->_M_length; }
722
{ return
_M_rep
()->_M_length; }
777
{ return
_M_rep
()->_M_capacity; }
[
all
...]
Completed in 342 milliseconds