Searched refs:strArgument (Results 1 – 3 of 3) sorted by relevance
63 void CRequestMessage::addArgument(const string &strArgument) in addArgument() argument65 _argumentVector.push_back(trim(strArgument)); in addArgument()119 string strArgument; in collectReceivedData() local121 readString(strArgument); in collectReceivedData()123 addArgument(strArgument); in collectReceivedData()
43 virtual void addArgument(const std::string &strArgument) = 0;
50 void addArgument(const std::string &strArgument) override;