Searched defs:ProfileFilterKey (Results 1 – 1 of 1) sorted by relevance
498 struct ProfileFilterKey { struct in art::ProfMan499 ProfileFilterKey(const std::string& dex_location, uint32_t checksum) in ProfileFilterKey() function501 const std::string dex_location_;502 uint32_t checksum_;504 bool operator==(const ProfileFilterKey& other) const { in operator ==()507 bool operator<(const ProfileFilterKey& other) const { in operator <()