Lines Matching full:std
18 using namespace std;
70 void testBinary(std::string &_return, const std::string &thing) override in testBinary()
72 std::ostringstream hexstr; in testBinary()
74 hexstr << std::hex << thing; in testBinary()
117 void testStringMap(map<std::string, std::string> &out, in testStringMap()
118 const map<std::string, std::string> &thing) override in testStringMap()
120 map<std::string, std::string>::const_iterator m_iter; in testStringMap()
260 const std::map<int16_t, std::string> &arg3, const Numberz::type arg4, in testMulti()
273 void testException(const std::string &arg) override in testException()
291 void testMultiException(Xtruct &result, const std::string &arg0, in testMultiException()
292 const std::string &arg1) override in testMultiException()
321 void secondtestString(std::string &result, const std::string &thing) override in secondtestString()