OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_is_leaked
(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
195
return (!
_M_is_leaked
() && _M_get_allocator() == __alloc)
215
_M_is_leaked
() const
301
if (!
_M_is_leaked
())
603
if (
_M_is_leaked
())
605
if (__rcs.
_M_is_leaked
())
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
195
return (!
_M_is_leaked
() && _M_get_allocator() == __alloc)
215
_M_is_leaked
() const
301
if (!
_M_is_leaked
())
603
if (
_M_is_leaked
())
605
if (__rcs.
_M_is_leaked
())
/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
195
return (!
_M_is_leaked
() && _M_get_allocator() == __alloc)
215
_M_is_leaked
() const
301
if (!
_M_is_leaked
())
603
if (
_M_is_leaked
())
605
if (__rcs.
_M_is_leaked
())
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h
195
return (!
_M_is_leaked
() && _M_get_allocator() == __alloc)
215
_M_is_leaked
() const
301
if (!
_M_is_leaked
())
603
if (
_M_is_leaked
())
605
if (__rcs.
_M_is_leaked
())
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
191
_M_is_leaked
() const
228
return (!
_M_is_leaked
() && __alloc1 == __alloc2)
316
if (!_M_rep()->
_M_is_leaked
())
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
191
_M_is_leaked
() const
228
return (!
_M_is_leaked
() && __alloc1 == __alloc2)
316
if (!_M_rep()->
_M_is_leaked
())
[
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
191
_M_is_leaked
() const
228
return (!
_M_is_leaked
() && __alloc1 == __alloc2)
316
if (!_M_rep()->
_M_is_leaked
())
[
all
...]
Completed in 38 milliseconds