Searched defs:CommonTransformationResult (Results 1 – 1 of 1) sorted by relevance
276 struct CommonTransformationResult { struct277 std::vector<unsigned char> class_bytes;278 std::vector<unsigned char> dex_bytes;280 CommonTransformationResult(size_t class_size, size_t dex_size) in CommonTransformationResult() argument