HomeSort by relevance Sort by last modified time
    Searched full:_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 520 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
521 template<typename _Tp, typename _Del>
523 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
525 using _Ptr = typename unique_ptr<_Tp, _Del>::pointer;
526 using _Del2 = typename conditional<is_reference<_Del>::value,
527 reference_wrapper<typename remove_reference<_Del>::type>,
528 _Del>::type;
817 template<typename _Tp1, typename _Del>
818 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
872 template<typename _Tp1, typename _Del>
    [all...]
unique_ptr.h 111 // use SFINAE to determine whether _Del::pointer exists
120 typedef typename remove_reference<_Dp>::type _Del;
123 typedef decltype(__test<_Del>(0)) type;
284 // use SFINAE to determine whether _Del::pointer exists
293 typedef typename remove_reference<_Dp>::type _Del;
296 typedef decltype(__test<_Del>(0)) type;
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)));
256 template<typename _Tp1, typename _Del>
257 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
303 template<typename _Tp1, typename _Del>
305 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 520 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
521 template<typename _Tp, typename _Del>
523 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
525 using _Ptr = typename unique_ptr<_Tp, _Del>::pointer;
526 using _Del2 = typename conditional<is_reference<_Del>::value,
527 reference_wrapper<typename remove_reference<_Del>::type>,
528 _Del>::type;
817 template<typename _Tp1, typename _Del>
818 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
872 template<typename _Tp1, typename _Del>
    [all...]
unique_ptr.h 111 // use SFINAE to determine whether _Del::pointer exists
120 typedef typename remove_reference<_Dp>::type _Del;
123 typedef decltype(__test<_Del>(0)) type;
284 // use SFINAE to determine whether _Del::pointer exists
293 typedef typename remove_reference<_Dp>::type _Del;
296 typedef decltype(__test<_Del>(0)) type;
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)));
256 template<typename _Tp1, typename _Del>
257 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
303 template<typename _Tp1, typename _Del>
305 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
  /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 520 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
521 template<typename _Tp, typename _Del>
523 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
525 using _Ptr = typename unique_ptr<_Tp, _Del>::pointer;
526 using _Del2 = typename conditional<is_reference<_Del>::value,
527 reference_wrapper<typename remove_reference<_Del>::type>,
528 _Del>::type;
817 template<typename _Tp1, typename _Del>
818 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
872 template<typename _Tp1, typename _Del>
    [all...]
unique_ptr.h 111 // use SFINAE to determine whether _Del::pointer exists
120 typedef typename remove_reference<_Dp>::type _Del;
123 typedef decltype(__test<_Del>(0)) type;
284 // use SFINAE to determine whether _Del::pointer exists
293 typedef typename remove_reference<_Dp>::type _Del;
296 typedef decltype(__test<_Del>(0)) type;
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)));
256 template<typename _Tp1, typename _Del>
257 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
303 template<typename _Tp1, typename _Del>
305 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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)));
256 template<typename _Tp1, typename _Del>
257 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
303 template<typename _Tp1, typename _Del>
305 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 637 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
638 template<typename _Tp, typename _Del>
640 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
642 using _Ptr = typename unique_ptr<_Tp, _Del>::pointer;
643 using _Del2 = typename conditional<is_reference<_Del>::value,
644 reference_wrapper<typename remove_reference<_Del>::type>,
645 _Del>::type;
950 template<typename _Tp1, typename _Del>
951 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
1005 template<typename _Tp1, typename _Del>
    [all...]
unique_ptr.h 131 // use SFINAE to determine whether _Del::pointer exists
140 typedef typename remove_reference<_Dp>::type _Del;
143 typedef decltype(__test<_Del>(0)) type;
367 // use SFINAE to determine whether _Del::pointer exists
376 typedef typename remove_reference<_Dp>::type _Del;
379 typedef decltype(__test<_Del>(0)) type;
  /packages/inputmethods/OpenWnn/res/xml/
debug_tool_onevent.xml 51 <key targetTest = "OpenWnnEN_Test" testName = "EN_TestCase028_onEvent()_DEL" displayValue = "" keyValue = "" keyCode= "67"/>
91 <key targetTest = "OpenWnnEN_Test" testName = "EN_TestCase063_onEvent()_DEL" displayValue = "" keyValue = "" keyCode= "67"/>
145 <key targetTest = "OpenWnnZHCN_Test" testName = "ZHCN_TestCase028_onEvent()_DEL" displayValue = "" keyValue = "" keyCode= "67"/>
184 <key targetTest = "OpenWnnZHCN_Test" testName = "ZHCN_TestCase063_onEvent()_DEL" displayValue = "" keyValue = "" keyCode= "67"/>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 716 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
717 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
787 template<typename _Del, typename _Tp, _Lock_policy _Lp>
788 inline _Del*
792 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 716 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
717 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
787 template<typename _Del, typename _Tp, _Lock_policy _Lp>
788 inline _Del*
792 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 716 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
717 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
787 template<typename _Del, typename _Tp, _Lock_policy _Lp>
788 inline _Del*
792 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 716 template<typename _Del, typename _Tp1, _Lock_policy _Lp1>
717 friend _Del* get_deleter(const __shared_ptr<_Tp1, _Lp1>&);
787 template<typename _Del, typename _Tp, _Lock_policy _Lp>
788 inline _Del*
792 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del)));
  /device/generic/goldfish/qemud/
qemud.c 289 * You can call looper_enable/_disable/_del within a function
    [all...]

Completed in 701 milliseconds