Lines Matching defs:SimulateRead
224 // Before calling SimulateRead next time, the previous data must be consumed.225 void SimulateRead(const char* data, size_t length);226 void SimulateRead(const char* data) {227 SimulateRead(data, std::strlen(data));