Searched defs:BaseImpl (Results 1 – 10 of 10) sorted by relevance
49 BaseImpl(PMOS_INTERFACE osItf, MhwCpInterface *cpItf) : base_t(osItf, cpItf){}; in BaseImpl() function
308 BaseImpl(PMOS_INTERFACE osItf, MhwCpInterface *cpItf) : base_t(osItf, cpItf){}; in BaseImpl() function
444 BaseImpl(PMOS_INTERFACE osItf) : base_t(osItf){}; in BaseImpl() function
152 BaseImpl(PMOS_INTERFACE osItf) : base_t(osItf){}; in BaseImpl() function
47 BaseImpl(PMOS_INTERFACE osItf, MhwCpInterface *cpItf) : base_t(osItf, cpItf){}; in BaseImpl() function
51 BaseImpl(PMOS_INTERFACE osItf) : base_t(osItf){}; in BaseImpl() function
307 BaseImpl(PMOS_INTERFACE osItf, MhwCpInterface *cpItf) : base_t(osItf, cpItf){}; in BaseImpl() function
441 BaseImpl(PMOS_INTERFACE osItf) : base_t(osItf){}; in BaseImpl() function
140 BaseImpl(PMOS_INTERFACE osItf) : base_t(osItf){}; in BaseImpl() function
193 static class BaseImpl extends Base { class in ProblemHandlerTest