Searched defs:ProfileFilterKey (Results 1 – 1 of 1) sorted by relevance
491 struct ProfileFilterKey { struct in art::ProfMan492 ProfileFilterKey(const std::string& dex_location, uint32_t checksum) in ProfileFilterKey() function494 const std::string dex_location_;495 uint32_t checksum_;497 bool operator==(const ProfileFilterKey& other) const { in operator ==()500 bool operator<(const ProfileFilterKey& other) const { in operator <()