HomeSort by relevance Sort by last modified time
    Searched refs:_M_refcount (Results 26 - 28 of 28) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
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...]

Completed in 94 milliseconds

12