HomeSort by relevance Sort by last modified time
    Searched defs:_Tp (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 65 template<typename _Tp>
66 _Tp operator()(const _Tp& __t) const
72 template<typename _Tp>
73 _Tp operator()(const _Tp& __t) const
79 template<typename _Tp>
80 _Tp operator()(const _Tp& __t) const
86 template<typename _Tp>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_before.h 65 template<typename _Tp>
66 _Tp operator()(const _Tp& __t) const
72 template<typename _Tp>
73 _Tp operator()(const _Tp& __t) const
79 template<typename _Tp>
80 _Tp operator()(const _Tp& __t) const
86 template<typename _Tp>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 280 template<typename _Tp>
284 typedef _Tp* argument_type;
285 void operator()(_Tp* __p) const { delete __p; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
303 __p, _Sp_deleter<_Tp>());
326 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
327 template<typename _Tp>
329 __shared_count(std::auto_ptr<_Tp>& __r)
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 280 template<typename _Tp>
284 typedef _Tp* argument_type;
285 void operator()(_Tp* __p) const { delete __p; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
303 __p, _Sp_deleter<_Tp>());
326 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
327 template<typename _Tp>
329 __shared_count(std::auto_ptr<_Tp>& __r)
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
    [all...]

Completed in 272 milliseconds