Searched defs:_IsBasicCharType (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h387 typedef _STLP_TYPENAME _STLP_PRIV _BasicCharType<_CharT>::_Ret _IsBasicCharType; typedef in struct:_Rope_RopeRep
396 static size_t _S_rounded_up_size_aux(size_t __n, __true_type const& /*_IsBasicCharType*/) {
401 static size_t _S_rounded_up_size_aux(size_t __n, __false_type const& /*_IsBasicCharType*/) {
408 //{ return _S_rounded_up_size_aux(__n, _IsBasicCharType()); }
460 typedef typename _RopeRep::_IsBasicCharType _IsBasicCharType; typedef in struct:_Rope_RopeLeaf
461 void _M_init(__true_type const& /*_IsBasicCharType*/) {
464 void _M_init(__false_type const& /*_IsBasicCharType*/) {}
474 _M_init(_IsBasicCharType());
1122 typedef typename _RopeRep::_IsBasicCharType _IsBasicCharTyp typedef in class:rope
[all...]

Completed in 84 milliseconds