Home
last modified time | relevance | path

Searched defs:HandleOutputPkgKeyFinder (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Duart.h354 struct HandleOutputPkgKeyFinder { struct
356 HandleOutputPkgKeyFinder(const std::string &keyIn) : key(keyIn) {} in HandleOutputPkgKeyFinder() argument
357 bool operator()(const HandleOutputPkg &other) in operator()