Searched refs:_return (Results 1 – 2 of 2) sorted by relevance
31 void echo(std::string &_return, const std::string &msg) in echo() argument34 _return = msg; in echo()
70 void testBinary(std::string &_return, const std::string &thing) override in testBinary() argument77 _return = thing; in testBinary()