Searched defs:DexFileData (Results 1 – 1 of 1) sorted by relevance
98 struct DexFileData { struct99 explicit DexFileData(uint32_t location_checksum) : checksum(location_checksum) {} in DexFileData() function104 bool operator==(const DexFileData& other) const { argument