Searched refs:ExpandRLE (Results 1 – 2 of 2) sorted by relevance
167 static std::string ExpandRLE(std::string);
789 ExpandRLE(m_bytes.substr(content_start, content_end - content_start)); in CheckForPacket()1295 std::string GDBRemoteCommunication::ExpandRLE(std::string packet) { in ExpandRLE() function in GDBRemoteCommunication