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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
312 template<typename _Tp, typename _Del>
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
386 template<typename _Tp, typename _Del>
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
391 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
395 template<typename _Tp, typename _Del>
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
312 template<typename _Tp, typename _Del>
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
386 template<typename _Tp, typename _Del>
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
391 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
395 template<typename _Tp, typename _Del>
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
312 template<typename _Tp, typename _Del>
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
386 template<typename _Tp, typename _Del>
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
391 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
395 template<typename _Tp, typename _Del>
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
312 template<typename _Tp, typename _Del>
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
386 template<typename _Tp, typename _Del>
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
391 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
395 template<typename _Tp, typename _Del>
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
75 inline _Del*
79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
257 template<typename _Tp1, typename _Del>
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
304 template<typename _Tp1, typename _Del>
306 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 538 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
539 template<typename _Tp, typename _Del>
541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
612 template<typename _Tp, typename _Del>
614 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
615 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
621 template<typename _Tp, typename _Del>
623 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
624 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0
    [all...]
unique_ptr.h 90 // use SFINAE to determine whether _Del::pointer exists
99 typedef typename remove_reference<_Dp>::type _Del;
102 typedef decltype( __test<_Del>(0)) type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
75 inline _Del*
79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
257 template<typename _Tp1, typename _Del>
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
304 template<typename _Tp1, typename _Del>
306 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 538 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
539 template<typename _Tp, typename _Del>
541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
612 template<typename _Tp, typename _Del>
614 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
615 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
621 template<typename _Tp, typename _Del>
623 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
624 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0
    [all...]
unique_ptr.h 90 // use SFINAE to determine whether _Del::pointer exists
99 typedef typename remove_reference<_Dp>::type _Del;
102 typedef decltype( __test<_Del>(0)) type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 568 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
569 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
639 template<typename _Del, typename _Tp, _Lock_policy _Lp>
640 inline _Del*
642 { return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 723 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
724 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
794 template<typename _Del, typename _Tp, _Lock_policy _Lp>
795 inline _Del*
799 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
  /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 723 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
724 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
794 template<typename _Del, typename _Tp, _Lock_policy _Lp>
795 inline _Del*
799 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 568 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
569 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
639 template<typename _Del, typename _Tp, _Lock_policy _Lp>
640 inline _Del*
642 { return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 568 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
569 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
639 template<typename _Del, typename _Tp, _Lock_policy _Lp>
640 inline _Del*
642 { return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 568 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
569 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
639 template<typename _Del, typename _Tp, _Lock_policy _Lp>
640 inline _Del*
642 { return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); }

Completed in 877 milliseconds