Searched refs:_remainder (Results 1 – 1 of 1) sorted by relevance
3739 void spliceLine( std::size_t _indent, std::string& _remainder, std::size_t _pos ) { in spliceLine() argument3740 lines.push_back( std::string( _indent, ' ' ) + _remainder.substr( 0, _pos ) ); in spliceLine()3741 _remainder = _remainder.substr( _pos ); in spliceLine()4929 void spliceLine( std::size_t _indent, std::string& _remainder, std::size_t _pos ) { in spliceLine() argument4930 lines.push_back( std::string( _indent, ' ' ) + _remainder.substr( 0, _pos ) ); in spliceLine()4931 _remainder = _remainder.substr( _pos ); in spliceLine()