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

/external/stlport/test/unit/
H A Dswap_test.cpp123 if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __false_type) ) {
125 } else if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __true_type) ) {
/external/stlport/stlport/stl/
H A D_algobase.h84 typedef typename _SwapImplemented<_Tp>::_Ret _Implemented;
86 enum { _Is = _SwapImplemented<_Tp>::_Is };
H A Dtype_traits.h584 struct _SwapImplemented { struct

Completed in 241 milliseconds