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