Searched refs:unique_non_header (Results 1 – 1 of 1) sorted by relevance
91 std::set<std::vector<uint8_t>> unique_non_header; in ProcessDexFiles() local163 if (unique_non_header.insert(std::vector<uint8_t>(after_header_start, stream)).second) { in ProcessDexFiles()