Searched refs:HImpl (Results 1 – 4 of 4) sorted by relevance
51 template <typename HImpl>57 HeuristicSolverImpl<HImpl> &s;62 HImpl& impl() { return static_cast<HImpl&>(*this); } in impl()74 HeuristicBase(HeuristicSolverImpl<HImpl> &solver) in HeuristicBase()82 HeuristicSolverImpl<HImpl>& getSolver() { return s; } in getSolver()
36 template <typename HImpl>40 typedef typename HImpl::NodeData HeuristicNodeData;41 typedef typename HImpl::EdgeData HeuristicEdgeData;105 HImpl h;605 template <typename HImpl>609 HeuristicSolverImpl<HImpl> hs(g); in solve()
660 bind(H.class).to(HImpl.class); in testCustomScopeCircularProxies()699 static class HImpl implements H { class in CircularDependencyTest701 HImpl(I i) {} in HImpl() method in CircularDependencyTest.HImpl707 IImpl(HImpl i, J j) {} in IImpl()
1008 @ImplementedBy(HImpl.class)1012 static class HImpl implements H {1018 HImpl(S synchronizationBarrier, G g) throws Exception {1069 HImpl h = (HImpl) secondThreadResult.get(DEADLOCK_TIMEOUT_SECONDS * 3, TimeUnit.SECONDS);