Searched refs:_BothPtrType (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_algobase.h293 return _STLP_PRIV __copy_aux(__first, __last, __result, _BothPtrType< _InputIter, _OutputIter>::_Answer());
330 return _STLP_PRIV __copy_backward_aux(__first, __last, __result, _BothPtrType< _InputIter, _OutputIter>::_Answer() );
H A D_uninitialized.h144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
H A Dtype_traits.h480 struct _BothPtrType { struct
/external/stlport/test/unit/
H A Dtype_traits_test.cpp414 return type_to_value(_BothPtrType<_Tp1, _Tp2>::_Answer());

Completed in 248 milliseconds