Searched defs:HandleOutputPkgKeyFinder (Results 1 – 1 of 1) sorted by relevance
354 struct HandleOutputPkgKeyFinder { struct356 HandleOutputPkgKeyFinder(const std::string &keyIn) : key(keyIn) {} in HandleOutputPkgKeyFinder() argument357 bool operator()(const HandleOutputPkg &other) in operator()