HomeSort by relevance Sort by last modified time
    Searched full:_ptr (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 61 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
70 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
85 _Ptr _M_ptr; // copy constructor must not throw
108 template<typename _Ptr>
109 __shared_count(_Ptr __p) : _M_pi(0)
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
114 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
124 template<typename _Ptr, typename _Deleter>
125 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
129 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 253 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
259 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
280 _Ptr _M_ptr; // copy constructor must not throw
303 template<typename _Ptr>
304 __shared_count(_Ptr __p) : _M_pi(0)
308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
309 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
319 template<typename _Ptr, typename _Deleter>
320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
324 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /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 253 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
259 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
280 _Ptr _M_ptr; // copy constructor must not throw
303 template<typename _Ptr>
304 __shared_count(_Ptr __p) : _M_pi(0)
308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
309 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
319 template<typename _Ptr, typename _Deleter>
320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
324 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 61 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
70 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
85 _Ptr _M_ptr; // copy constructor must not throw
108 template<typename _Ptr>
109 __shared_count(_Ptr __p) : _M_pi(0)
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
114 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
124 template<typename _Ptr, typename _Deleter>
125 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
129 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 61 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
70 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
85 _Ptr _M_ptr; // copy constructor must not throw
108 template<typename _Ptr>
109 __shared_count(_Ptr __p) : _M_pi(0)
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
114 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
124 template<typename _Ptr, typename _Deleter>
125 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
129 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 61 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
70 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
85 _Ptr _M_ptr; // copy constructor must not throw
108 template<typename _Ptr>
109 __shared_count(_Ptr __p) : _M_pi(0)
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
114 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
124 template<typename _Ptr, typename _Deleter>
125 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
129 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 61 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
70 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
85 _Ptr _M_ptr; // copy constructor must not throw
108 template<typename _Ptr>
109 __shared_count(_Ptr __p) : _M_pi(0)
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
114 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
124 template<typename _Ptr, typename _Deleter>
125 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
129 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 253 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
259 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
280 _Ptr _M_ptr; // copy constructor must not throw
303 template<typename _Ptr>
304 __shared_count(_Ptr __p) : _M_pi(0)
308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
309 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
319 template<typename _Ptr, typename _Deleter>
320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
324 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 253 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
259 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
280 _Ptr _M_ptr; // copy constructor must not throw
303 template<typename _Ptr>
304 __shared_count(_Ptr __p) : _M_pi(0)
308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
309 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
319 template<typename _Ptr, typename _Deleter>
320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
324 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 253 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
259 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
280 _Ptr _M_ptr; // copy constructor must not throw
303 template<typename _Ptr>
304 __shared_count(_Ptr __p) : _M_pi(0)
308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
309 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
319 template<typename _Ptr, typename _Deleter>
320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
324 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 253 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
259 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
280 _Ptr _M_ptr; // copy constructor must not throw
303 template<typename _Ptr>
304 __shared_count(_Ptr __p) : _M_pi(0)
308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
309 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
319 template<typename _Ptr, typename _Deleter>
320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
324 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
shared_ptr.h 246 template<typename _Ptr, typename _Deleter, _Lock_policy _Lp>
252 _Sp_counted_base_impl(_Ptr __p, _Deleter __d)
273 _Ptr _M_ptr; // copy constructor must not throw
296 template<typename _Ptr>
297 __shared_count(_Ptr __p) : _M_pi(0)
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
312 template<typename _Ptr, typename _Deleter>
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 68 template<typename _Ptr, _Lock_policy _Lp>
73 _Sp_counted_ptr(_Ptr __p)
92 _Ptr _M_ptr; // copy constructor must not throw
96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
98 : public _Sp_counted_ptr<_Ptr, _Lp>
115 typedef _Sp_counted_ptr<_Ptr, _Lp> _Base_type;
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
225 template<typename _Ptr>
226 __shared_count(_Ptr __p) : _M_pi(0
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 68 template<typename _Ptr, _Lock_policy _Lp>
73 _Sp_counted_ptr(_Ptr __p)
92 _Ptr _M_ptr; // copy constructor must not throw
96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
98 : public _Sp_counted_ptr<_Ptr, _Lp>
115 typedef _Sp_counted_ptr<_Ptr, _Lp> _Base_type;
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
225 template<typename _Ptr>
226 __shared_count(_Ptr __p) : _M_pi(0
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 68 template<typename _Ptr, _Lock_policy _Lp>
73 _Sp_counted_ptr(_Ptr __p)
92 _Ptr _M_ptr; // copy constructor must not throw
96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
98 : public _Sp_counted_ptr<_Ptr, _Lp>
115 typedef _Sp_counted_ptr<_Ptr, _Lp> _Base_type;
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
225 template<typename _Ptr>
226 __shared_count(_Ptr __p) : _M_pi(0
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 68 template<typename _Ptr, _Lock_policy _Lp>
73 _Sp_counted_ptr(_Ptr __p)
92 _Ptr _M_ptr; // copy constructor must not throw
96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
98 : public _Sp_counted_ptr<_Ptr, _Lp>
115 typedef _Sp_counted_ptr<_Ptr, _Lp> _Base_type;
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
225 template<typename _Ptr>
226 __shared_count(_Ptr __p) : _M_pi(0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 68 template<typename _Ptr, _Lock_policy _Lp>
73 _Sp_counted_ptr(_Ptr __p)
92 _Ptr _M_ptr; // copy constructor must not throw
96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
98 : public _Sp_counted_ptr<_Ptr, _Lp>
115 typedef _Sp_counted_ptr<_Ptr, _Lp> _Base_type;
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
225 template<typename _Ptr>
226 __shared_count(_Ptr __p) : _M_pi(0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
future 253 using _Ptr = unique_ptr<_Res, _Result_base::_Deleter>;
277 static _Ptr<_Result_alloc<_Res, _Allocator>>
294 return _Ptr<__result_type>(__p);
298 static _Ptr<_Result<_Res>>
301 return _Ptr<_Result<_Res>>(new _Result<_Res>);
308 typedef _Ptr<_Result_base> _Ptr_type;
923 typedef __future_base::_Ptr<_Res_type> _Ptr_type;
1021 typedef __future_base::_Ptr<_Res_type> _Ptr_type;
1102 typedef __future_base::_Ptr<_Res_type> _Ptr_type;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 146 #define OMX_FREE(_ptr) \
148 if (_ptr != NULL) { \
149 LinkedList_FreeElement(&AllocList, _ptr);\
150 _ptr = NULL; \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 283 template<typename _Ptr, _Lock_policy _Lp>
288 _Sp_counted_ptr(_Ptr __p)
307 _Ptr _M_ptr; // copy constructor must not throw
323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
339 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
373 _Ptr _M_ptr; // copy constructor must not throw
449 template<typename _Ptr>
451 __shared_count(_Ptr __p) : _M_pi(0)
455 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 283 template<typename _Ptr, _Lock_policy _Lp>
288 _Sp_counted_ptr(_Ptr __p)
307 _Ptr _M_ptr; // copy constructor must not throw
323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
339 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
373 _Ptr _M_ptr; // copy constructor must not throw
449 template<typename _Ptr>
451 __shared_count(_Ptr __p) : _M_pi(0)
455 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 235 using _Ptr = unique_ptr<_Res, _Result_base::_Deleter>;
239 struct _Ptr
265 static typename _Ptr<_Result_alloc<_Res, _Allocator>>::type
280 return typename _Ptr<__result_type>::type(__p);
288 typedef _Ptr<_Result_base>::type _Ptr_type;
862 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
954 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1029 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1185 typedef typename __future_base::_Ptr<_Result<_Res>>::type _Ptr_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 235 using _Ptr = unique_ptr<_Res, _Result_base::_Deleter>;
239 struct _Ptr
265 static typename _Ptr<_Result_alloc<_Res, _Allocator>>::type
280 return typename _Ptr<__result_type>::type(__p);
288 typedef _Ptr<_Result_base>::type _Ptr_type;
862 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
954 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1029 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1185 typedef typename __future_base::_Ptr<_Result<_Res>>::type _Ptr_type;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 235 using _Ptr = unique_ptr<_Res, _Result_base::_Deleter>;
239 struct _Ptr
265 static typename _Ptr<_Result_alloc<_Res, _Allocator>>::type
280 return typename _Ptr<__result_type>::type(__p);
288 typedef _Ptr<_Result_base>::type _Ptr_type;
862 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
954 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1029 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1185 typedef typename __future_base::_Ptr<_Result<_Res>>::type _Ptr_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 235 using _Ptr = unique_ptr<_Res, _Result_base::_Deleter>;
239 struct _Ptr
265 static typename _Ptr<_Result_alloc<_Res, _Allocator>>::type
280 return typename _Ptr<__result_type>::type(__p);
288 typedef _Ptr<_Result_base>::type _Ptr_type;
862 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
954 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1029 typedef typename __future_base::_Ptr<_Res_type>::type _Ptr_type;
1185 typedef typename __future_base::_Ptr<_Result<_Res>>::type _Ptr_type;
    [all...]

Completed in 3619 milliseconds

1 23 4 5 6