Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_array.h108 void pod_array<T>::capacity(unsigned cap, unsigned extra_tail) in capacity()
123 void pod_array<T>::allocate(unsigned size, unsigned extra_tail) in allocate()
142 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array()