Searched refs:String2FormatCommand (Results 1 – 3 of 3) sorted by relevance
27 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd);
280 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd) in String2FormatCommand() function
760 … string retEcho = String2FormatCommand(reinterpret_cast<char *>(bufPtr), bytesIO, &formatCommand); in ReadChannel()