/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_tree.h | 99 _Base_ptr _M_right; 118 while (__x->_M_right != 0) __x = __x->_M_right; 125 while (__x->_M_right != 0) __x = __x->_M_right; 432 __tmp->_M_right = 0; 469 this->_M_header._M_right = &this->_M_header; 494 { return this->_M_impl._M_header._M_right; } 498 { return this->_M_impl._M_header._M_right; } 537 { return static_cast<_Link_type>(__x->_M_right); } [all...] |
/external/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
ropeimpl.h | 161 __curr_rope = __c->_M_right; 229 __current_node = __c->_M_right; 546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 549 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 612 __r)->_M_right); 623 ((_RopeConcatenation*)__r)->_M_right = __new_right; 674 __left)->_M_right->_M_tag) 677 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 742 _RopeRep* __right = __c->_M_right; 941 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
ropeimpl.h | 163 __curr_rope = __c->_M_right; 231 __current_node = __c->_M_right; 548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 614 __r)->_M_right); 625 ((_RopeConcatenation*)__r)->_M_right = __new_right; 676 __left)->_M_right->_M_tag) 679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 744 _RopeRep* __right = __c->_M_right; 943 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
ropeimpl.h | 163 __curr_rope = __c->_M_right; 231 __current_node = __c->_M_right; 548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 614 __r)->_M_right); 625 ((_RopeConcatenation*)__r)->_M_right = __new_right; 676 __left)->_M_right->_M_tag) 679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 744 _RopeRep* __right = __c->_M_right; 943 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 161 __curr_rope = __c->_M_right; 229 __current_node = __c->_M_right; 546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 549 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 612 __r)->_M_right); 623 ((_RopeConcatenation*)__r)->_M_right = __new_right; 674 __left)->_M_right->_M_tag) 677 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 742 _RopeRep* __right = __c->_M_right; 941 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 161 __curr_rope = __c->_M_right; 229 __current_node = __c->_M_right; 546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 549 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 612 __r)->_M_right); 623 ((_RopeConcatenation*)__r)->_M_right = __new_right; 674 __left)->_M_right->_M_tag) 677 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 742 _RopeRep* __right = __c->_M_right; 941 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 161 __curr_rope = __c->_M_right; 229 __current_node = __c->_M_right; 546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 549 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 612 __r)->_M_right); 623 ((_RopeConcatenation*)__r)->_M_right = __new_right; 674 __left)->_M_right->_M_tag) 677 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 742 _RopeRep* __right = __c->_M_right; 941 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
ropeimpl.h | 161 __curr_rope = __c->_M_right; 229 __current_node = __c->_M_right; 546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 549 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 612 __r)->_M_right); 623 ((_RopeConcatenation*)__r)->_M_right = __new_right; 674 __left)->_M_right->_M_tag) 677 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 742 _RopeRep* __right = __c->_M_right; 941 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 163 __curr_rope = __c->_M_right; 231 __current_node = __c->_M_right; 548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 614 __r)->_M_right); 625 ((_RopeConcatenation*)__r)->_M_right = __new_right; 676 __left)->_M_right->_M_tag) 679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 744 _RopeRep* __right = __c->_M_right; 943 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 163 __curr_rope = __c->_M_right; 231 __current_node = __c->_M_right; 548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 614 __r)->_M_right); 625 ((_RopeConcatenation*)__r)->_M_right = __new_right; 676 __left)->_M_right->_M_tag) 679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 744 _RopeRep* __right = __c->_M_right; 943 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_rope.c | 180 __curr_rope = __c->_M_right; 246 __current_node = __c->_M_right; 490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { 491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); 553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; 594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { 596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); 643 _RopeRep* __right = __c->_M_right; 806 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 163 __curr_rope = __c->_M_right; 231 __current_node = __c->_M_right; 548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 614 __r)->_M_right); 625 ((_RopeConcatenation*)__r)->_M_right = __new_right; 676 __left)->_M_right->_M_tag) 679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 744 _RopeRep* __right = __c->_M_right; 943 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 163 __curr_rope = __c->_M_right; 231 __current_node = __c->_M_right; 548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 614 __r)->_M_right); 625 ((_RopeConcatenation*)__r)->_M_right = __new_right; 676 __left)->_M_right->_M_tag) 679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 744 _RopeRep* __right = __c->_M_right; 943 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
ropeimpl.h | 162 __curr_rope = __c->_M_right; 230 __current_node = __c->_M_right; 547 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) 550 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); 613 __r)->_M_right); 624 ((_RopeConcatenation*)__r)->_M_right = __new_right; 675 __left)->_M_right->_M_tag) 678 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right); 743 _RopeRep* __right = __c->_M_right; 942 _RopeRep* __right = __conc->_M_right; [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 334 if node.dereference()['_M_right']: 335 node = node.dereference()['_M_right'] 340 while node == parent.dereference()['_M_right']: 343 if node.dereference()['_M_right'] != parent:
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 353 if node.dereference()['_M_right']: 354 node = node.dereference()['_M_right'] 359 while node == parent.dereference()['_M_right']: 362 if node.dereference()['_M_right'] != parent:
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 364 if node.dereference()['_M_right']: 365 node = node.dereference()['_M_right'] 370 while node == parent.dereference()['_M_right']: 373 if node.dereference()['_M_right'] != parent: [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 334 if node.dereference()['_M_right']: 335 node = node.dereference()['_M_right'] 340 while node == parent.dereference()['_M_right']: 343 if node.dereference()['_M_right'] != parent:
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 353 if node.dereference()['_M_right']: 354 node = node.dereference()['_M_right'] 359 while node == parent.dereference()['_M_right']: 362 if node.dereference()['_M_right'] != parent:
|