Searched defs:Pool (Results 1 – 2 of 2) sorted by relevance
22 StrSymPool* Pool = new StrSymPool(1, 1, *R); in StringTableTest() local
50 public static interface Pool<T> { interface in Pools