Searched defs:ProfileFilterKey (Results 1 – 1 of 1) sorted by relevance
488 struct ProfileFilterKey { struct in art::ProfMan489 ProfileFilterKey(const std::string& dex_location, uint32_t checksum) in ProfileFilterKey() argument491 const std::string dex_location_;492 uint32_t checksum_;494 bool operator==(const ProfileFilterKey& other) const { in operator ==()497 bool operator<(const ProfileFilterKey& other) const { in operator <()