Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.h105 struct _BasicCharType { typedef __false_type _Ret; }; struct
108 struct _BasicCharType<char> { typedef __true_type _Ret; };
112 struct _BasicCharType<wchar_t> { typedef __true_type _Ret; };
387 typedef _STLP_TYPENAME _STLP_PRIV _BasicCharType<_CharT>::_Ret _IsBasicCharType;