Home
last modified time | relevance | path

Searched refs:nextFunction (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/extension/
DOptionals.java57 public static <T> T rootmostValue(T start, Function<T, Optional<T>> nextFunction) { in rootmostValue() argument
59 for (Optional<T> next = nextFunction.apply(start); in rootmostValue()
61 next = nextFunction.apply(current)) { in rootmostValue()
/external/angle/src/compiler/translator/
DCompiler.cpp1599 int nextFunction = -1; in checkCallDepth() local
1605 nextFunction = calleeIndex; in checkCallDepth()
1609 currentFunction = nextFunction; in checkCallDepth()