Searched refs:resizedEntries (Results 1 – 1 of 1) sorted by relevance
1183 Entry[] resizedEntries = new Entry[actual_count]; in GetBag() local1184 System.arraycopy(new_bag.entries, 0, resizedEntries, 0, actual_count); in GetBag()1185 new_bag.entries = resizedEntries; in GetBag()