Home
last modified time | relevance | path

Searched refs:pod_array (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_array.h21 template<class T> class pod_array
25 ~pod_array() in ~pod_array()
29 pod_array() : m_size(0), m_capacity(0), m_array(0) {} in pod_array() function
30 pod_array(unsigned cap, unsigned extra_tail = 0);
31 pod_array(const pod_array<T>&);
32 const pod_array<T>& operator = (const pod_array<T>&);
104 void pod_array<T>::capacity(unsigned cap, unsigned extra_tail) in capacity()
119 void pod_array<T>::allocate(unsigned size, unsigned extra_tail) in allocate()
125 void pod_array<T>::resize(unsigned new_size) in resize()
138 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array() function
[all …]
Dagg_rasterizer_scanline_aa.h126 pod_array<cell_aa*> m_sorted_cells;
127 pod_array<sorted_y> m_sorted_y;
/external/clang/test/CodeGenCXX/
Dimplicit-copy-assign-operator.cpp29 POD pod_array[2][3]; member
Dimplicit-copy-constructor.cpp31 POD pod_array[2][3]; member
/external/clang/test/CodeGenObjCXX/
Dcopyable-property-object.mm9 POD pod_array[2][3];
Dimplicit-copy-constructor.mm32 POD pod_array[2][3];
Dimplicit-copy-assign-operator.mm32 POD pod_array[2][3];