Lines Matching refs:DEFAULT_INITIAL_CAPACITY
149 static const int32_t DEFAULT_INITIAL_CAPACITY = 10;353 if (capacity < DEFAULT_INITIAL_CAPACITY) {354 capacity = DEFAULT_INITIAL_CAPACITY;