Searched refs:mLazy (Results 1 – 1 of 1) sorted by relevance
29 protected Optional<T> mLazy = Optional.empty(); field in IoStatsTracker.Lazy34 if (!mLazy.isPresent()) { in get()35 mLazy = Optional.of(supply()); in get()37 return mLazy.get(); in get()