Lines Matching refs:ProgramIdentifier
42 struct ProgramIdentifier
47 ProgramIdentifier (const std::string& testCasePath_, const std::string& programName_)
54 inline bool operator< (const ProgramIdentifier& a, const ProgramIdentifier& b)
62 ProgramNotFoundException (const ProgramIdentifier& id, const std::string& reason)
76 // To locate binary that corresponds given ProgramIdentifier, a program binary
179 ProgramBinary* loadProgram (const ProgramIdentifier& id) const;
192 ProgramIdentifier id;
195 ProgramIdentifierIndex (const ProgramIdentifier& id_,
227 void addProgram (const ProgramIdentifier& id, const ProgramBinary& binary);
259 ProgIdIndexVector m_binaryIndices; //!< ProgramIdentifier -> slot in m_binaries
268 using BinaryRegistryDetail::ProgramIdentifier;