Home
last modified time | relevance | path

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

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