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

  /external/stlport/stlport/stl/
_algobase.h 293 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() );
_uninitialized.h 144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
type_traits.h 480 struct _BothPtrType {
  /external/stlport/test/unit/
type_traits_test.cpp 414 return type_to_value(_BothPtrType<_Tp1, _Tp2>::_Answer());

Completed in 41 milliseconds