HomeSort by relevance Sort by last modified time
    Searched refs:_M_del (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 329 _Deleter _M_del; // copy constructor must not throw
331 : _Alloc(__a), _M_del(__d) { }
337 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
341 : _M_ptr(__p), _M_del(__d, __a) { }
347 { _M_del._M_del(_M_ptr); }
354 typename _Alloc_traits::allocator_type __a(_M_del);
363 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0;
371 _My_Deleter _M_del; // copy constructor must not thro
    [all...]
locale_facets.h 684 bool _M_del;
    [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 329 _Deleter _M_del; // copy constructor must not throw
331 : _Alloc(__a), _M_del(__d) { }
337 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
341 : _M_ptr(__p), _M_del(__d, __a) { }
347 { _M_del._M_del(_M_ptr); }
354 typename _Alloc_traits::allocator_type __a(_M_del);
363 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0;
371 _My_Deleter _M_del; // copy constructor must not thro
    [all...]
locale_facets.h 684 bool _M_del;
    [all...]
  /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 329 _Deleter _M_del; // copy constructor must not throw
331 : _Alloc(__a), _M_del(__d) { }
337 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
341 : _M_ptr(__p), _M_del(__d, __a) { }
347 { _M_del._M_del(_M_ptr); }
354 typename _Alloc_traits::allocator_type __a(_M_del);
363 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0;
371 _My_Deleter _M_del; // copy constructor must not thro
    [all...]
locale_facets.h 684 bool _M_del;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 253 : _M_ptr(__p), _M_del(__d) { }
257 { _M_del(_M_ptr); }
263 return __ti == typeid(_Deleter) ? &_M_del : 0;
274 _Deleter _M_del; // copy constructor must not throw
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 253 : _M_ptr(__p), _M_del(__d) { }
257 { _M_del(_M_ptr); }
263 return __ti == typeid(_Deleter) ? &_M_del : 0;
274 _Deleter _M_del; // copy constructor must not throw
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 253 : _M_ptr(__p), _M_del(__d) { }
257 { _M_del(_M_ptr); }
263 return __ti == typeid(_Deleter) ? &_M_del : 0;
274 _Deleter _M_del; // copy constructor must not throw
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 253 : _M_ptr(__p), _M_del(__d) { }
257 { _M_del(_M_ptr); }
263 return __ti == typeid(_Deleter) ? &_M_del : 0;
274 _Deleter _M_del; // copy constructor must not throw
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 253 : _M_ptr(__p), _M_del(__d) { }
257 { _M_del(_M_ptr); }
263 return __ti == typeid(_Deleter) ? &_M_del : 0;
274 _Deleter _M_del; // copy constructor must not throw
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 253 : _M_ptr(__p), _M_del(__d) { }
257 { _M_del(_M_ptr); }
263 return __ti == typeid(_Deleter) ? &_M_del : 0;
274 _Deleter _M_del; // copy constructor must not throw
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 444 _Deleter& _M_del() noexcept { return _Del_base::_S_get(*this); }
463 { _M_impl._M_del()(_M_impl._M_ptr); }
479 return __ti == typeid(_Deleter) ? &_M_impl._M_del() : nullptr;
    [all...]
locale_facets.h 684 bool _M_del;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 444 _Deleter& _M_del() noexcept { return _Del_base::_S_get(*this); }
463 { _M_impl._M_del()(_M_impl._M_ptr); }
479 return __ti == typeid(_Deleter) ? &_M_impl._M_del() : nullptr;
    [all...]
locale_facets.h 684 bool _M_del;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 444 _Deleter& _M_del() noexcept { return _Del_base::_S_get(*this); }
463 { _M_impl._M_del()(_M_impl._M_ptr); }
479 return __ti == typeid(_Deleter) ? &_M_impl._M_del() : nullptr;
    [all...]
locale_facets.h 684 bool _M_del;
    [all...]

Completed in 280 milliseconds