Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3168 …ol replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis );
13623 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
13628 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
13629 if( i < str.size()-withThis.size() ) in replaceInPlace()
13630 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()