HomeSort by relevance Sort by last modified time
    Searched refs:_M_refcount (Results 1 - 25 of 54) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 757 : _M_ptr(0), _M_refcount() // never throws
762 : _M_ptr(__p), _M_refcount(__p)
766 __enable_shared_from_this_helper(_M_refcount, __p, __p);
771 : _M_ptr(__p), _M_refcount(__p, __d)
775 __enable_shared_from_this_helper(_M_refcount, __p, __p);
780 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a))
784 __enable_shared_from_this_helper(_M_refcount, __p, __p);
789 : _M_ptr(0), _M_refcount(__p, __d)
794 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a))
799 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 345 mutable _Atomic_word _M_refcount;
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
402 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
408 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
409 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
411 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
496 _Atomic_word _M_refcount;
511 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
517 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
518 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1
    [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 757 : _M_ptr(0), _M_refcount() // never throws
762 : _M_ptr(__p), _M_refcount(__p)
766 __enable_shared_from_this_helper(_M_refcount, __p, __p);
771 : _M_ptr(__p), _M_refcount(__p, __d)
775 __enable_shared_from_this_helper(_M_refcount, __p, __p);
780 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a))
784 __enable_shared_from_this_helper(_M_refcount, __p, __p);
789 : _M_ptr(0), _M_refcount(__p, __d)
794 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a))
799 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 345 mutable _Atomic_word _M_refcount;
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
402 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
408 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
409 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
411 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
496 _Atomic_word _M_refcount;
511 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
517 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
518 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 757 : _M_ptr(0), _M_refcount() // never throws
762 : _M_ptr(__p), _M_refcount(__p)
766 __enable_shared_from_this_helper(_M_refcount, __p, __p);
771 : _M_ptr(__p), _M_refcount(__p, __d)
775 __enable_shared_from_this_helper(_M_refcount, __p, __p);
780 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a))
784 __enable_shared_from_this_helper(_M_refcount, __p, __p);
789 : _M_ptr(0), _M_refcount(__p, __d)
794 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a))
799 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 345 mutable _Atomic_word _M_refcount;
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
402 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
408 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
409 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
411 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
496 _Atomic_word _M_refcount;
511 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
517 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
518 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 766 : _M_ptr(0), _M_refcount()
771 : _M_ptr(__p), _M_refcount(__p)
775 __enable_shared_from_this_helper(_M_refcount, __p, __p);
780 : _M_ptr(__p), _M_refcount(__p, __d)
784 __enable_shared_from_this_helper(_M_refcount, __p, __p);
789 : _M_ptr(__p), _M_refcount(__p, __d, std::move(__a))
793 __enable_shared_from_this_helper(_M_refcount, __p, __p);
798 : _M_ptr(0), _M_refcount(__p, __d)
803 : _M_ptr(0), _M_refcount(__p, __d, std::move(__a))
808 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 346 mutable _Atomic_word _M_refcount;
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
403 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
409 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
410 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
412 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_refcount);
497 _Atomic_word _M_refcount;
512 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
518 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_refcount);
519 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
381 __enable_shared_from_this_helper(_M_refcount, __p, __p);
399 : _M_ptr(__p), _M_refcount(__p, __d)
403 __enable_shared_from_this_helper(_M_refcount, __p, __p);
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
429 : _M_refcount(__r._M_refcount) // may throw
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
564 __enable_shared_from_this_helper(_M_refcount, __p, __p);
569 : _M_ptr(__p), _M_refcount(__p, __d)
573 __enable_shared_from_this_helper(_M_refcount, __p, __p);
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
586 : _M_refcount(__r._M_refcount) // may throw
589 // 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.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
564 __enable_shared_from_this_helper(_M_refcount, __p, __p);
569 : _M_ptr(__p), _M_refcount(__p, __d)
573 __enable_shared_from_this_helper(_M_refcount, __p, __p);
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
586 : _M_refcount(__r._M_refcount) // may throw
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
381 __enable_shared_from_this_helper(_M_refcount, __p, __p);
399 : _M_ptr(__p), _M_refcount(__p, __d)
403 __enable_shared_from_this_helper(_M_refcount, __p, __p);
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
429 : _M_refcount(__r._M_refcount) // may throw
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
381 __enable_shared_from_this_helper(_M_refcount, __p, __p);
399 : _M_ptr(__p), _M_refcount(__p, __d)
403 __enable_shared_from_this_helper(_M_refcount, __p, __p);
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
429 : _M_refcount(__r._M_refcount) // may throw
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
381 __enable_shared_from_this_helper(_M_refcount, __p, __p);
399 : _M_ptr(__p), _M_refcount(__p, __d)
403 __enable_shared_from_this_helper(_M_refcount, __p, __p);
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
429 : _M_refcount(__r._M_refcount) // may throw
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
381 __enable_shared_from_this_helper(_M_refcount, __p, __p);
399 : _M_ptr(__p), _M_refcount(__p, __d)
403 __enable_shared_from_this_helper(_M_refcount, __p, __p);
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
429 : _M_refcount(__r._M_refcount) // may throw
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
564 __enable_shared_from_this_helper(_M_refcount, __p, __p);
569 : _M_ptr(__p), _M_refcount(__p, __d)
573 __enable_shared_from_this_helper(_M_refcount, __p, __p);
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
586 : _M_refcount(__r._M_refcount) // may throw
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
564 __enable_shared_from_this_helper(_M_refcount, __p, __p);
569 : _M_ptr(__p), _M_refcount(__p, __d)
573 __enable_shared_from_this_helper(_M_refcount, __p, __p);
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
586 : _M_refcount(__r._M_refcount) // may throw
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
572 __enable_shared_from_this_helper(_M_refcount, __p, __p);
590 : _M_ptr(__p), _M_refcount(__p, __d)
594 __enable_shared_from_this_helper(_M_refcount, __p, __p);
614 : _M_ptr(__p), _M_refcount(__p, __d, __a)
618 __enable_shared_from_this_helper(_M_refcount, __p, __p);
638 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throws
651 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 341 mutable _Atomic_word _M_refcount;
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
400 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
485 _Atomic_word _M_refcount;
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
505 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
572 __enable_shared_from_this_helper(_M_refcount, __p, __p);
590 : _M_ptr(__p), _M_refcount(__p, __d)
594 __enable_shared_from_this_helper(_M_refcount, __p, __p);
614 : _M_ptr(__p), _M_refcount(__p, __d, __a)
618 __enable_shared_from_this_helper(_M_refcount, __p, __p);
638 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throws
651 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 341 mutable _Atomic_word _M_refcount;
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
400 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
485 _Atomic_word _M_refcount;
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
505 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
572 __enable_shared_from_this_helper(_M_refcount, __p, __p);
590 : _M_ptr(__p), _M_refcount(__p, __d)
594 __enable_shared_from_this_helper(_M_refcount, __p, __p);
614 : _M_ptr(__p), _M_refcount(__p, __d, __a)
618 __enable_shared_from_this_helper(_M_refcount, __p, __p);
638 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throws
651 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throw
    [all...]
locale_classes.h 341 mutable _Atomic_word _M_refcount;
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0)
395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
400 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
485 _Atomic_word _M_refcount;
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
505 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
572 __enable_shared_from_this_helper(_M_refcount, __p, __p);
590 : _M_ptr(__p), _M_refcount(__p, __d)
594 __enable_shared_from_this_helper(_M_refcount, __p, __p);
614 : _M_ptr(__p), _M_refcount(__p, __d, __a)
618 __enable_shared_from_this_helper(_M_refcount, __p, __p);
638 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throws
651 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throw
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
572 __enable_shared_from_this_helper(_M_refcount, __p, __p);
590 : _M_ptr(__p), _M_refcount(__p, __d)
594 __enable_shared_from_this_helper(_M_refcount, __p, __p);
614 : _M_ptr(__p), _M_refcount(__p, __d, __a)
618 __enable_shared_from_this_helper(_M_refcount, __p, __p);
638 : _M_ptr(__p), _M_refcount(__r._M_refcount) // never throws
651 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throw
    [all...]

Completed in 295 milliseconds

1 2 3