OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_self
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
283
// This is circumvented by managing a
_M_self
pointer that points to the correct value.
286
__owned_link() :
_M_self
(this), _M_owner(0) {}
287
__owned_link(const __owned_list* __c) :
_M_self
(this), _M_owner(0), _M_next(0)
289
__owned_link(const __owned_link& __rhs):
_M_self
(this), _M_owner(0)
309
__stl_debugger::_M_detach(_M_owner,
_M_self
);
331
__owned_link*
_M_self
;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
283
// This is circumvented by managing a
_M_self
pointer that points to the correct value.
286
__owned_link() :
_M_self
(this), _M_owner(0) {}
287
__owned_link(const __owned_list* __c) :
_M_self
(this), _M_owner(0), _M_next(0)
289
__owned_link(const __owned_link& __rhs):
_M_self
(this), _M_owner(0)
309
__stl_debugger::_M_detach(_M_owner,
_M_self
);
331
__owned_link*
_M_self
;
Completed in 2288 milliseconds