Searched refs:new_profile_keys (Results 1 – 1 of 1) sorted by relevance
2385 std::map<std::string, uint32_t> old_profile_keys, new_profile_keys; in LoadProfile() local2396 new_profile_keys.insert(std::make_pair(profile_key, checksum)); in LoadProfile()2405 old_profile_keys.merge(new_profile_keys); in LoadProfile()2406 new_profile_keys.clear(); in LoadProfile()