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

  /external/stlport/stlport/stl/
_rope.c 110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn;
699 (*(__f->_M_fn))(__start, __result_len, __section);
829 (*(__f->_M_fn))(__begin, __len, __buffer);
    [all...]
_rope.h 525 char_producer<_CharT>* _M_fn;
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
549 delete _M_fn;
579 __STATIC_CAST(_RopeFunction*, _M_base)->_M_fn;
    [all...]

Completed in 12 milliseconds