Home | History | Annotate | Download | only in concurrent

Lines Matching defs:Impl

37   enum Impl {
76 @Param Impl impl;
85 Impl impl = this.impl;
89 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get();
100 Impl impl = this.impl;
104 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get();
110 Impl impl = this.impl;
115 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
125 Impl impl = this.impl;
131 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);