Lines Matching defs:initialize
49 // client may call initialize, at most once
55 initialize(esize, length);
58 void initialize(size_t esize, int length) {
127 array_name(const int length, const etype fx) { initialize(length, fx); } \
128 void initialize(const int length) { base_class::initialize(esize, length); } \
129 void initialize(const int length, const etype fx) { \
130 initialize(length); \
177 stack_name(const int size) { initialize(size); } \
178 stack_name(const int size, const etype fx) { initialize(size, fx); } \
179 void initialize(const int size, const etype fx) { \
181 array_name::initialize(size, fx); \
184 void initialize(const int size) { \
186 array_name::initialize(size); \