Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc184 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()
Dbyte_array.h143 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);