Searched refs:seenExceptions (Results 1 – 5 of 5) sorted by relevance
30 private @Nullable Set<Throwable> seenExceptions = null; field in AggregateFutureState38 if (seenExceptions == null) { in getOrInitSeenExceptions()39 seenExceptions = newHashSet(); in getOrInitSeenExceptions()40 addInitialException(seenExceptions); in getOrInitSeenExceptions()42 return seenExceptions; in getOrInitSeenExceptions()52 seenExceptions = null; in clearSeenExceptions()
47 @CheckForNull private volatile Set<Throwable> seenExceptions = null; field in AggregateFutureState100 Set<Throwable> seenExceptionsLocal = seenExceptions; in getOrInitSeenExceptions()135 seenExceptionsLocal = requireNonNull(seenExceptions); in getOrInitSeenExceptions()148 seenExceptions = null; in clearSeenExceptions()193 if (state.seenExceptions == expect) { in compareAndSetSeenExceptions()194 state.seenExceptions = update; in compareAndSetSeenExceptions()
16 *** seenExceptions;
264 val seenExceptions = identitySet<Throwable>(exceptions.size) in <lambda>() constant274 unwrapped !is CancellationException && seenExceptions.add(unwrapped)) { in <lambda>()