Searched refs:pod_array (Results 1 – 18 of 18) sorted by relevance
91 pod_array<char> m_text_buf;94 pod_array<char> m_loaded_font;
47 pod_array<color_type> m_span;
168 pod_array<cover_type> m_covers;170 pod_array<span> m_spans;319 pod_array<cover_type> m_covers;
69 pod_array<double> m_am;
232 pod_array<cover_type> m_covers;233 pod_array<span> m_spans;445 pod_array<cover_type> m_covers;
132 pod_array<row_data> m_rows; // Pointers to each row of the buffer
106 template<class T> class pod_array110 typedef pod_array<T> self_type;112 ~pod_array() { pod_allocator<T>::deallocate(m_array, m_size); } in ~pod_array()113 pod_array() : m_array(0), m_size(0) {} in pod_array() function115 pod_array(unsigned size) : in pod_array() function120 pod_array(const self_type& v) : in pod_array() function
151 pod_array<T*> m_rows; // Pointers to each row of the buffer
138 pod_array<span> m_spans;
234 pod_array<cover_type> m_span;
94 pod_array<int16> m_weight_array;
192 pod_array<color_type> m_data;
1335 pod_array<value_type> m_profile;
128 pod_array<cover_type> m_covers;129 pod_array<span> m_spans;
157 pod_array<cover_type> m_covers;158 pod_array<span> m_spans;
157 pod_array<cover_type> m_covers;159 pod_array<span> m_spans;
185 pod_array<cover_type> m_covers;187 pod_array<span> m_spans;
102 pod_array<double> al(n1); in prepare()