Searched defs:DecodeParam (Results 1 – 6 of 6) sorted by relevance
28 struct DecodeParam { struct29 const char *filename;30 const ObuExtensionHeader *headers;31 size_t num_headers;
24 struct DecodeParam { struct25 int threads;26 const char *filename;27 const char *res_filename; // If nullptr, the result filename is
37 typedef std::tuple<int, const char *, int> DecodeParam; typedef
29 struct DecodeParam { struct30 int threads;31 const char *filename;
38 typedef std::tuple<int, int, const char *> DecodeParam; typedef
57 static std::string DecodeParam(const std::string& param) { in DecodeParam() function