/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
shared_ptr_base.h | 866 : _M_ptr(0), _M_refcount() 871 : _M_ptr(__p), _M_refcount(__p) 876 __enable_shared_from_this_helper(_M_refcount, __p, __p); 881 : _M_ptr(__p), _M_refcount(__p, __d) 885 __enable_shared_from_this_helper(_M_refcount, __p, __p); 890 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a)) 894 __enable_shared_from_this_helper(_M_refcount, __p, __p); 899 : _M_ptr(0), _M_refcount(__p, __d) 904 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a)) 909 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw [all...] |
locale_classes.h | 344 mutable _Atomic_word _M_refcount; 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) 401 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 407 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 408 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1) 410 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount); 495 _Atomic_word _M_refcount; 510 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 516 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 517 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1 [all...] |
ios_base.h | 466 _Atomic_word _M_refcount; // 0 means one reference. 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } 473 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 480 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 481 int __res = __gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1); 484 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 734 : _M_ptr(0), _M_refcount() 739 : _M_ptr(__p), _M_refcount(__p) 743 __enable_shared_from_this_helper(_M_refcount, __p, __p); 748 : _M_ptr(__p), _M_refcount(__p, __d) 752 __enable_shared_from_this_helper(_M_refcount, __p, __p); 757 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a)) 761 __enable_shared_from_this_helper(_M_refcount, __p, __p); 766 : _M_ptr(0), _M_refcount(__p, __d) 771 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a)) 776 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw [all...] |
locale_classes.h | 344 mutable _Atomic_word _M_refcount; 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) 401 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 407 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 408 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1) 410 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount); 495 _Atomic_word _M_refcount; 510 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 516 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 517 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1 [all...] |
ios_base.h | 466 _Atomic_word _M_refcount; // 0 means one reference. 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } 473 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 480 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 481 int __res = __gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1); 484 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
|
basic_string.h | 79 * _M_dataplus _M_refcount 140 // 3. _M_refcount has three states: 152 _Atomic_word _M_refcount; 192 { return this->_M_refcount < 0; } 196 { return this->_M_refcount > 0; } 200 { this->_M_refcount = -1; } 204 { this->_M_refcount = 0; } 244 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&this->_M_refcount); 245 if (__gnu_cxx::__exchange_and_add_dispatch(&this->_M_refcount, 248 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&this->_M_refcount); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 734 : _M_ptr(0), _M_refcount() 739 : _M_ptr(__p), _M_refcount(__p) 743 __enable_shared_from_this_helper(_M_refcount, __p, __p); 748 : _M_ptr(__p), _M_refcount(__p, __d) 752 __enable_shared_from_this_helper(_M_refcount, __p, __p); 757 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a)) 761 __enable_shared_from_this_helper(_M_refcount, __p, __p); 766 : _M_ptr(0), _M_refcount(__p, __d) 771 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a)) 776 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw [all...] |
locale_classes.h | 344 mutable _Atomic_word _M_refcount; 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) 401 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 407 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 408 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1) 410 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount); 495 _Atomic_word _M_refcount; 510 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 516 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 517 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1 [all...] |
ios_base.h | 466 _Atomic_word _M_refcount; // 0 means one reference. 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } 473 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 480 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 481 int __res = __gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1); 484 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr_base.h | 734 : _M_ptr(0), _M_refcount() 739 : _M_ptr(__p), _M_refcount(__p) 743 __enable_shared_from_this_helper(_M_refcount, __p, __p); 748 : _M_ptr(__p), _M_refcount(__p, __d) 752 __enable_shared_from_this_helper(_M_refcount, __p, __p); 757 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a)) 761 __enable_shared_from_this_helper(_M_refcount, __p, __p); 766 : _M_ptr(0), _M_refcount(__p, __d) 771 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a)) 776 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw [all...] |
locale_classes.h | 344 mutable _Atomic_word _M_refcount; 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) 401 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 407 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 408 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1) 410 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount); 495 _Atomic_word _M_refcount; 510 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 516 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 517 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1 [all...] |
ios_base.h | 466 _Atomic_word _M_refcount; // 0 means one reference. 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } 473 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } 480 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount); 481 int __res = __gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1); 484 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
shared_ptr.h | 547 : _M_ptr(0), _M_refcount() // never throws 553 : _M_ptr(__p), _M_refcount(__p) 557 __enable_shared_from_this_helper(_M_refcount, __p, __p); 562 : _M_ptr(__p), _M_refcount(__p, __d) 566 __enable_shared_from_this_helper(_M_refcount, __p, __p); 573 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws 579 : _M_refcount(__r._M_refcount) // may throw 582 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
shared_ptr.h | 547 : _M_ptr(0), _M_refcount() // never throws 553 : _M_ptr(__p), _M_refcount(__p) 557 __enable_shared_from_this_helper(_M_refcount, __p, __p); 562 : _M_ptr(__p), _M_refcount(__p, __d) 566 __enable_shared_from_this_helper(_M_refcount, __p, __p); 573 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws 579 : _M_refcount(__r._M_refcount) // may throw 582 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
shared_ptr.h | 547 : _M_ptr(0), _M_refcount() // never throws 553 : _M_ptr(__p), _M_refcount(__p) 557 __enable_shared_from_this_helper(_M_refcount, __p, __p); 562 : _M_ptr(__p), _M_refcount(__p, __d) 566 __enable_shared_from_this_helper(_M_refcount, __p, __p); 573 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws 579 : _M_refcount(__r._M_refcount) // may throw 582 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
shared_ptr.h | 547 : _M_ptr(0), _M_refcount() // never throws 553 : _M_ptr(__p), _M_refcount(__p) 557 __enable_shared_from_this_helper(_M_refcount, __p, __p); 562 : _M_ptr(__p), _M_refcount(__p, __d) 566 __enable_shared_from_this_helper(_M_refcount, __p, __p); 573 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws 579 : _M_refcount(__r._M_refcount) // may throw 582 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
auto_ptr.h | 304 : _M_ptr(__r.get()), _M_refcount() 309 _M_refcount = __shared_count<_Lp>(std::move(__r)); 310 __enable_shared_from_this_helper(_M_refcount, __tmp, __tmp);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
auto_ptr.h | 304 : _M_ptr(__r.get()), _M_refcount() 309 _M_refcount = __shared_count<_Lp>(std::move(__r)); 310 __enable_shared_from_this_helper(_M_refcount, __tmp, __tmp);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
auto_ptr.h | 304 : _M_ptr(__r.get()), _M_refcount() 309 _M_refcount = __shared_count<_Lp>(std::move(__r)); 310 __enable_shared_from_this_helper(_M_refcount, __tmp, __tmp);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
auto_ptr.h | 304 : _M_ptr(__r.get()), _M_refcount() 309 _M_refcount = __shared_count<_Lp>(std::move(__r)); 310 __enable_shared_from_this_helper(_M_refcount, __tmp, __tmp);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
rc_string_base.h | 50 * _M_dataplus _M_refcount 101 // 3. _M_refcount has three states: 116 _Atomic_word _M_refcount; 132 __atomic_add_dispatch(&_M_info._M_refcount, 1); 139 _M_info._M_refcount = 0; // One reference. 204 _M_refcount); 205 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount, 209 _M_refcount); 216 { return _M_rep()->_M_info._M_refcount < 0; } 220 { _M_rep()->_M_info._M_refcount = 0; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
rc_string_base.h | 50 * _M_dataplus _M_refcount 101 // 3. _M_refcount has three states: 116 _Atomic_word _M_refcount; 132 __atomic_add_dispatch(&_M_info._M_refcount, 1); 139 _M_info._M_refcount = 0; // One reference. 204 _M_refcount); 205 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount, 209 _M_refcount); 216 { return _M_rep()->_M_info._M_refcount < 0; } 220 { _M_rep()->_M_info._M_refcount = 0; [all...] |
/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 | 50 * _M_dataplus _M_refcount 101 // 3. _M_refcount has three states: 116 _Atomic_word _M_refcount; 132 __atomic_add_dispatch(&_M_info._M_refcount, 1); 139 _M_info._M_refcount = 0; // One reference. 204 _M_refcount); 205 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount, 209 _M_refcount); 216 { return _M_rep()->_M_info._M_refcount < 0; } 220 { _M_rep()->_M_info._M_refcount = 0; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
rc_string_base.h | 50 * _M_dataplus _M_refcount 101 // 3. _M_refcount has three states: 116 _Atomic_word _M_refcount; 132 __atomic_add_dispatch(&_M_info._M_refcount, 1); 139 _M_info._M_refcount = 0; // One reference. 204 _M_refcount); 205 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount, 209 _M_refcount); 216 { return _M_rep()->_M_info._M_refcount < 0; } 220 { _M_rep()->_M_info._M_refcount = 0; [all...] |