Searched defs:make_pair (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function
/ndk/sources/cxx-stl/system/include/
H A Dstl_pair.h119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_pair.h110 inline pair<_T1, _T2 const*> make_pair(_T1 const& __x, function
115 inline pair<_T1 const*, _T2> make_pair(_T1 const (&__x)[_Sz], function
120 inline pair<_T1 const*, _T2 const*> make_pair(_T1 const (&__x)[_Sz1], function
128 inline pair<_T1, _T2> _STLP_CALL make_pair(_T1 __x, _T2 __y) function

Completed in 229 milliseconds