Searched refs:testPack (Results 1 – 2 of 2) sorted by relevance
406 template<int, int ...> class testPack { }; class407 template class testPack<0, 1, 2>; variable
41 public void testPack() throws IOException { in testPack() method in Pack200StreamsTest