Home
last modified time | relevance | path

Searched refs:_Sz (Results 1 – 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
D_pair.h109 template <class _T1, class _T2, int _Sz>
111 _T2 const (&__y)[_Sz]) in make_pair() argument
114 template <class _T1, class _T2, int _Sz>
115 inline pair<_T1 const*, _T2> make_pair(_T1 const (&__x)[_Sz], in make_pair() argument
Dchar_traits.h167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move() argument
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
/external/stlport/stlport/
Dtype_traits244 template <class _Tp, std::size_t _Sz>
245 struct is_array<_Tp[_Sz]> :
453 template <class _Tp, std::size_t _Sz>
454 struct remove_extent<_Tp[_Sz]>
/external/stlport/etc/
DChangeLog-4.0363 * char_traits.h - worked around weird gcc internal bug (__sz identifier changed to _Sz)