Home
last modified time | relevance | path

Searched defs:hb_prealloced_array_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh378 struct hb_prealloced_array_t struct
380 unsigned int len;
381 unsigned int allocated;
382 Type *array;
383 Type static_array[StaticSize];
385 void init (void) in init()
392 inline Type& operator [] (unsigned int i) { return array[i]; } in operator []()
393 inline const Type& operator [] (unsigned int i) const { return array[i]; } in operator []()
395 inline Type *push (void) in push()
403 inline bool resize (unsigned int size) in resize()
[all …]