Searched refs:growable (Results 1 – 2 of 2) sorted by relevance
43 bool growable() { return growable_; } in growable() function143 ByteArray(int32_t filled_length, int32_t storage_length, bool growable);145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
183 bool growable) { in ByteArray() argument184 Init(filled_length, storage_length, growable); in ByteArray()193 bool growable) { in Init() argument195 growable_ = growable; in Init()