Searched refs:nextStrategy (Results 1 – 2 of 2) sorted by relevance
28 private MockInjectionStrategy nextStrategy;41 if(nextStrategy != null) {42 nextStrategy.thenTry(strategy);44 nextStrategy = strategy;89 return nextStrategy != null && nextStrategy.process(field, fieldOwner, mockCandidates);
2315 static int nextStrategy(const int currentStrategy, const int bestStrategy) in nextStrategy() function2525 st = nextStrategy(st, bestStrategy); in optimizeForSize()