Searched refs:aVoid (Results 1 – 5 of 5) sorted by relevance
113 protected void onPostExecute(Void aVoid) { in onOptionsItemSelected() argument
109 public Name visitType(TypeElement typeElement, Void aVoid) { in process()
670 private Function<Void, LongArrayQueue> mCreateLongArrayQueue = aVoid -> new LongArrayQueue();671 private Function<Void, ExecutionStats> mCreateExecutionStats = aVoid -> new ExecutionStats();
425 return thenCombine(other, (res, aVoid) -> res); in thenCombine()
174 protected T recompute(Void aVoid) { in recompute() argument