HomeSort by relevance Sort by last modified time
    Searched refs:_IsBasicCharType (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_rope.h 387 typedef _STLP_TYPENAME _STLP_PRIV _BasicCharType<_CharT>::_Ret _IsBasicCharType;
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;
461 void _M_init(__true_type const& /*_IsBasicCharType*/) {
464 void _M_init(__false_type const& /*_IsBasicCharType*/) {}
474 _M_init(_IsBasicCharType());
    [all...]
_rope.c 425 _Terminate_RopeLeaf(__r, __old_len + __len, _IsBasicCharType());
852 const rope<_CharT, _Alloc>& __r, const __true_type& /*_IsBasicCharType*/) {
874 const rope<_CharT, _Alloc>& __r, const __false_type& /*_IsBasicCharType*/) {
    [all...]

Completed in 14 milliseconds