Searched defs:Pool (Results 1 – 6 of 6) sorted by relevance
20 StrSymPool* Pool = new StrSymPool(1, 1, *R); in StringTableTest() local
32 using Pool = MmapPool<kBlockSize, kSizeLimit>; typedef in berberis::MmapPoolTest
53 public static interface Pool<T> { interface in Pools
83 static class Pool extends Pools.SynchronizedPool<PooledLambdaImpl> { class in PooledLambdaImpl85 public Pool(Object lock) { in Pool() method in PooledLambdaImpl.Pool
116 private static final class Pool<T> { class in PerfettoTrackEventExtra121 Pool(int capacity) { in Pool() method in PerfettoTrackEventExtra.Pool
515 private static class Pool<T> { class in AppStandbyController519 Pool(T[] array) { in Pool() method in AppStandbyController.Pool