Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp3739 void spliceLine( std::size_t _indent, std::string& _remainder, std::size_t _pos ) { in spliceLine() argument
3740 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() argument
4930 lines.push_back( std::string( _indent, ' ' ) + _remainder.substr( 0, _pos ) ); in spliceLine()
4931 _remainder = _remainder.substr( _pos ); in spliceLine()