Home
last modified time | relevance | path

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

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