Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.h43 bool growable() { return growable_; } in growable() function
143 ByteArray(int32_t filled_length, int32_t storage_length, bool growable);
145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
Dbyte_array.cc185 bool growable) { in ByteArray() argument
186 Init(filled_length, storage_length, growable); in ByteArray()
195 bool growable) { in Init() argument
197 growable_ = growable; in Init()