/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 533 __shared_count(std::auto_ptr<_Tp>&& __r) 534 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 535 { __r.release(); } 541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 542 : _M_pi(_S_create_from_up(std::move(__r))) 543 { __r.release(); } 545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 546 explicit __shared_count(const __weak_count<_Lp>& __r); 554 __shared_count(const __shared_count& __r) 555 : _M_pi(__r._M_pi) // nothro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 533 __shared_count(std::auto_ptr<_Tp>&& __r) 534 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 535 { __r.release(); } 541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 542 : _M_pi(_S_create_from_up(std::move(__r))) 543 { __r.release(); } 545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 546 explicit __shared_count(const __weak_count<_Lp>& __r); 554 __shared_count(const __shared_count& __r) 555 : _M_pi(__r._M_pi) // nothro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 533 __shared_count(std::auto_ptr<_Tp>&& __r) 534 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 535 { __r.release(); } 541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 542 : _M_pi(_S_create_from_up(std::move(__r))) 543 { __r.release(); } 545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 546 explicit __shared_count(const __weak_count<_Lp>& __r); 554 __shared_count(const __shared_count& __r) 555 : _M_pi(__r._M_pi) // nothro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 540 __shared_count(std::auto_ptr<_Tp>&& __r) 541 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 542 { __r.release(); } 548 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 549 : _M_pi(_S_create_from_up(std::move(__r))) 550 { __r.release(); } 552 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 553 explicit __shared_count(const __weak_count<_Lp>& __r); 561 __shared_count(const __shared_count& __r) noexcept 562 : _M_pi(__r._M_pi [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 533 __shared_count(std::auto_ptr<_Tp>&& __r) 534 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 535 { __r.release(); } 541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 542 : _M_pi(_S_create_from_up(std::move(__r))) 543 { __r.release(); } 545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 546 explicit __shared_count(const __weak_count<_Lp>& __r); 554 __shared_count(const __shared_count& __r) 555 : _M_pi(__r._M_pi) // nothro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 540 __shared_count(std::auto_ptr<_Tp>&& __r) 541 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 542 { __r.release(); } 548 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 549 : _M_pi(_S_create_from_up(std::move(__r))) 550 { __r.release(); } 552 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 553 explicit __shared_count(const __weak_count<_Lp>& __r); 561 __shared_count(const __shared_count& __r) noexcept 562 : _M_pi(__r._M_pi [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
set_operations.h | 47 std::pair<_IIter, _IIter> __e, _OutputIterator __r) 53 *__r++ = *__b.first++; 60 *__r++ = *__b.second++; 62 return __r; 80 _OutputIterator __r) const 86 *__r = *__a; 88 ++__r; 92 *__r = *__c; 94 ++__r; 102 return std::copy(__c, __d, std::copy(__a, __b, __r)); 442 _OutputIterator __r = __result; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
shared_ptr_base.h | 537 __shared_count(std::auto_ptr<_Tp>&& __r); 543 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 544 : _M_pi(_S_create_from_up(std::move(__r))) 545 { __r.release(); } 547 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 548 explicit __shared_count(const __weak_count<_Lp>& __r); 556 __shared_count(const __shared_count& __r) noexcept 557 : _M_pi(__r._M_pi) 564 operator=(const __shared_count& __r) noexcept 566 _Sp_counted_base<_Lp>* __tmp = __r._M_pi [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
byteswap.h | 123 unsigned int __l[2]; } __w, __r; \ 125 __r.__ll = __bswap_constant_64 (x); \ 129 __r.__l[0] = __bswap_32 (__w.__l[1]); \ 130 __r.__l[1] = __bswap_32 (__w.__l[0]); \ 132 __r.__ll; }))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
byteswap.h | 123 unsigned int __l[2]; } __w, __r; \ 125 __r.__ll = __bswap_constant_64 (x); \ 129 __r.__l[0] = __bswap_32 (__w.__l[1]); \ 130 __r.__l[1] = __bswap_32 (__w.__l[0]); \ 132 __r.__ll; }))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
byteswap.h | 123 unsigned int __l[2]; } __w, __r; \ 125 __r.__ll = __bswap_constant_64 (x); \ 129 __r.__l[0] = __bswap_32 (__w.__l[1]); \ 130 __r.__l[1] = __bswap_32 (__w.__l[0]); \ 132 __r.__ll; }))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
auto_ptr.h | 296 __shared_count<_Lp>::__shared_count(std::auto_ptr<_Tp>&& __r) 297 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 298 { __r.release(); } 303 __shared_ptr<_Tp, _Lp>::__shared_ptr(std::auto_ptr<_Tp1>&& __r) 304 : _M_ptr(__r.get()), _M_refcount() 308 _Tp1* __tmp = __r.get(); 309 _M_refcount = __shared_count<_Lp>(std::move(__r)); 316 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) 317 : __shared_ptr<_Tp>(std::move(__r)) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rc_string_base.h | 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 452 __r->_M_set_length(_M_info._M_length); 453 return __r->_M_refdata(); 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 522 __r->_M_destroy(__a); 523 __r = __another 556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
stdatomic.h | 148 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 150 __r; }) 166 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 169 __r; }) 175 bool __r; \ 179 if (__t__ == *__q) { *__p = __v; __r = true; } \ 180 else { *__q = __t__; __r = false; } \ 182 __r; })
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
rc_string_base.h | 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 464 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 466 __r->_M_set_length(_M_info._M_length); 467 return __r->_M_refdata(); 525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 526 _S_copy(__r->_M_refdata(), __buf, __len); 531 if (__len == __r->_M_info._M_capacity) 535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 536 __r->_M_destroy(__a); 537 __r = __another 570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
rc_string_base.h | 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 464 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 466 __r->_M_set_length(_M_info._M_length); 467 return __r->_M_refdata(); 525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 526 _S_copy(__r->_M_refdata(), __buf, __len); 531 if (__len == __r->_M_info._M_capacity) 535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 536 __r->_M_destroy(__a); 537 __r = __another 570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 452 __r->_M_set_length(_M_info._M_length); 453 return __r->_M_refdata(); 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 522 __r->_M_destroy(__a); 523 __r = __another 556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
stdatomic.h | 148 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 150 __r; }) 166 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 169 __r; }) 175 bool __r; \ 179 if (__t__ == *__q) { *__p = __v; __r = true; } \ 180 else { *__q = __t__; __r = false; } \ 182 __r; })
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 452 __r->_M_set_length(_M_info._M_length); 453 return __r->_M_refdata(); 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 522 __r->_M_destroy(__a); 523 __r = __another 556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
stdatomic.h | 148 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 150 __r; }) 166 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 169 __r; }) 175 bool __r; \ 179 if (__t__ == *__q) { *__p = __v; __r = true; } \ 180 else { *__q = __t__; __r = false; } \ 182 __r; })
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 452 __r->_M_set_length(_M_info._M_length); 453 return __r->_M_refdata(); 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 522 __r->_M_destroy(__a); 523 __r = __another 556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
stdatomic.h | 148 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 150 __r; }) 166 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 169 __r; }) 175 bool __r; \ 179 if (__t__ == *__q) { *__p = __v; __r = true; } \ 180 else { *__q = __t__; __r = false; } \ 182 __r; })
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
rc_string_base.h | 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 452 __r->_M_set_length(_M_info._M_length); 453 return __r->_M_refdata(); 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 522 __r->_M_destroy(__a); 523 __r = __another 556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
stdatomic.h | 148 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 150 __r; }) 166 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 169 __r; }) 175 bool __r; \ 179 if (__t__ == *__q) { *__p = __v; __r = true; } \ 180 else { *__q = __t__; __r = false; } \ 182 __r; })
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
rc_string_base.h | 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 464 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 466 __r->_M_set_length(_M_info._M_length); 467 return __r->_M_refdata(); 525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 526 _S_copy(__r->_M_refdata(), __buf, __len); 531 if (__len == __r->_M_info._M_capacity) 535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 536 __r->_M_destroy(__a); 537 __r = __another 570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |