Searched defs:Pool (Results 1 – 3 of 3) sorted by relevance
20 StrSymPool* Pool = new StrSymPool(1, 1, *R); in StringTableTest() local
52 public static interface Pool<T> { interface in Pools
74 static class Pool extends Pools.SynchronizedPool<PooledLambdaImpl> { class in PooledLambdaImpl76 public Pool(Object lock) { in Pool() method in PooledLambdaImpl.Pool