Searched refs:INITIAL_SIZE (Results 1 – 2 of 2) sorted by relevance
45 public static final int INITIAL_SIZE = 10; field in IntArray75 data = new int[INITIAL_SIZE]; in ensureCapacity()
204 template <class T, int INITIAL_SIZE>210 _allocated( INITIAL_SIZE ), in DynArray()277 TIXMLASSERT( _allocated >= INITIAL_SIZE ); in Capacity()319 T _pool[INITIAL_SIZE];