HomeSort by relevance Sort by last modified time
    Searched full:_m_owner (Results 1 - 15 of 15) sorted by null

  /external/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.h 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)
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
    [all...]
_debug.c 134 __pos->_M_owner = 0;
156 __pos->_M_owner = 0;
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
204 // e.g. in std::list::splice() the wrong _M_owner field gets modified and the __first
205 // iterator has the old _M_owner field, but was moved to the new __owned_list. Setting
206 // the first iterator's _M_owner field fixes this. Ugly but works.
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst);
463 if (__l->_M_node._M_owner) {
467 __pos->_M_owner=__o
    [all...]
  /external/stlport/etc/
autoexp.dat 611 #if($c._M_owner != 0)
623 #if($c._M_owner != 0)

Completed in 776 milliseconds