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()
530 bind(H.class).to(HImpl.class); in testCustomScopeCircularProxies()564 static class HImpl implements H { class in CircularDependencyTest565 @Inject HImpl(I i) {} in HImpl() method in CircularDependencyTest.HImpl569 @Inject IImpl(HImpl i, J j) {} in IImpl()
903 @ImplementedBy(HImpl.class)909 static class HImpl implements H {917 HImpl(S synchronizationBarrier, G g) throws Exception {958 HImpl h = (HImpl) secondThreadResult.get(DEADLOCK_TIMEOUT_SECONDS * 3, TimeUnit.SECONDS);