Searched refs:_Sz (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pair.h | 109 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
|
D | char_traits.h | 167 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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | hash.cpp | 152 template <size_t _Sz = sizeof(size_t)> 154 typename enable_if<_Sz == 4, void>::type 165 template <size_t _Sz = sizeof(size_t)> 167 typename enable_if<_Sz == 8, void>::type
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | type_traits | 244 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]>
|