OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__swap_aux
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h
66
inline void
__swap_aux
(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
function
71
inline void
__swap_aux
(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
function
89
_STLP_PRIV
__swap_aux
(__a, __b, _Implemented());
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algobase.h
66
inline void
__swap_aux
(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
function
71
inline void
__swap_aux
(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
function
89
_STLP_PRIV
__swap_aux
(__a, __b, _Implemented());
Completed in 138 milliseconds