Searched refs:test_input (Results 1 – 1 of 1) sorted by relevance
63 static FILE *get_fp_from_string(const std::string &test_input) { in get_fp_from_string() argument64 return fmemopen((void *)test_input.c_str(), test_input.size(), "r"); in get_fp_from_string()