Searched refs:_Ptr (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_bvector.h168 template <class _Ref, class _Ptr>
171 typedef _Ptr pointer;
172 typedef _Bit_iter<_Ref, _Ptr> _Self;
230 template <class _Ref, class _Ptr>
231 inline _Bit_iter<_Ref,_Ptr> _STLP_CALL
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) {
239 template <class _Ref, class _Ptr>
240 struct __type_traits< _STLP_PRIV _Bit_iter<_Ref, _Ptr> > {
H A D_function_adaptors.h173 typedef _Mem_fun0_ptr<_Result,_Tp> _Ptr; typedef in struct:_Mem_fun_traits::_Args0
181 typedef _Mem_fun1_ptr<_Result,_Tp,_Arg> _Ptr; typedef in struct:_Mem_fun_traits::_Args1
333 typedef _Void_mem_fun0_ptr<_Tp> _Ptr; typedef in struct:_Mem_fun_traits::_Args0
340 typedef _Void_mem_fun1_ptr<_Tp,_Arg> _Ptr; typedef in struct:_Mem_fun_traits::_Args1
406 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr {
408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base;
442 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr {
444 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr _Base;
H A Dtype_traits.h208 enum { _Ptr = (sizeof(_IsP(false,__null_rep())) == sizeof(char)) }; enumerator in enum:_IsPtr::__anon231
209 typedef typename __bool2type<_Ptr>::_Ret _Ret;

Completed in 63 milliseconds