Home
last modified time | relevance | path

Searched defs:_Sz (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pair.h111 _T2 const (&__y)[_Sz]) in make_pair()
115 inline pair<_T1 const*, _T2> make_pair(_T1 const (&__x)[_Sz], in make_pair()
Dchar_traits.h167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move()