Searched refs:storage_length (Results 1 – 2 of 2) sorted by relevance
/external/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 184 int32_t storage_length, in ByteArray() argument 186 Init(filled_length, storage_length, growable); in ByteArray() 189 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { in ByteArray() argument 190 Init(filled_length, storage_length, false); in ByteArray() 194 int32_t storage_length, in Init() argument 196 storage_length_ = storage_length; in Init()
|
D | byte_array.h | 143 ByteArray(int32_t filled_length, int32_t storage_length, bool growable); 144 ByteArray(int32_t filled_length, int32_t storage_length); 145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
|