Home
last modified time | relevance | path

Searched refs:INITIAL_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
DIntArray.java45 public static final int INITIAL_SIZE = 10; field in IntArray
75 data = new int[INITIAL_SIZE]; in ensureCapacity()
/external/tinyxml2/
Dtinyxml2.h204 template <class T, int INITIAL_SIZE>
210 _allocated( INITIAL_SIZE ), in DynArray()
277 TIXMLASSERT( _allocated >= INITIAL_SIZE ); in Capacity()
319 T _pool[INITIAL_SIZE];