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

/external/sfntly/cpp/src/sfntly/data/
H A 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);
H A Dbyte_array.cc184 int32_t storage_length,
186 Init(filled_length, storage_length, growable);
189 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { argument
190 Init(filled_length, storage_length, false);
194 int32_t storage_length,
196 storage_length_ = storage_length;
183 ByteArray(int32_t filled_length, int32_t storage_length, bool growable) argument
193 Init(int32_t filled_length, int32_t storage_length, bool growable) argument

Completed in 90 milliseconds