OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SwapImplemented
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
swap_test.cpp
123
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/
_algobase.h
84
typedef typename
_SwapImplemented
<_Tp>::_Ret _Implemented;
86
enum { _Is =
_SwapImplemented
<_Tp>::_Is };
type_traits.h
584
struct
_SwapImplemented
{
Completed in 13 milliseconds