Lines Matching defs:grow
10339 // The array size can be explicitly extended (by calling the grow method) but,
10377 // grow ensures that the byte array size is at least min_incl and at most
10381 GrowResult grow(uint64_t min_incl);
43984 DynIOBuffer::grow(uint64_t min_incl) {
44191 switch (raw.grow(num_to_copy + raw.m_buf.meta.wi)) {
44245 switch (raw.grow(wuffs_base__u64__sat_add(raw.m_buf.data.len, 1))) {