Searched refs:pod_array (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | 0005-assignment-return-values.patch | 6 pod_array() : m_size(0), m_capacity(0), m_array(0) {} 7 pod_array(unsigned cap, unsigned extra_tail = 0); 8 pod_array(const pod_array<T>&); 9 - const pod_array<T>& operator = (const pod_array<T>&); 10 + pod_array<T>& operator = (const pod_array<T>&); 18 -template<class T> const pod_array<T>& 19 +template<class T> pod_array<T>& 20 pod_array<T>::operator = (const pod_array<T>&v)
|
D | agg_array.h | 25 class pod_array { 28 ~pod_array() in ~pod_array() 32 pod_array() : m_size(0), m_capacity(0), m_array(0) {} in pod_array() function 33 pod_array(unsigned cap, unsigned extra_tail = 0); 34 pod_array(const pod_array<T>&); 35 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 …]
|
D | agg_rasterizer_scanline_aa.h | 129 pod_array<cell_aa*> m_sorted_cells; 130 pod_array<sorted_y> m_sorted_y;
|
/external/clang/test/CodeGenCXX/ |
D | implicit-copy-assign-operator.cpp | 29 POD pod_array[2][3]; member
|
D | implicit-copy-constructor.cpp | 31 POD pod_array[2][3]; member
|
/external/clang/test/CodeGenObjCXX/ |
D | copyable-property-object.mm | 9 POD pod_array[2][3];
|
D | implicit-copy-constructor.mm | 32 POD pod_array[2][3];
|
D | implicit-copy-assign-operator.mm | 32 POD pod_array[2][3];
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | BUILD | 41 "re2/pod_array.h",
|
D | Makefile | 94 re2/pod_array.h\
|
/external/rust/crates/grpcio-sys/grpc/ |
D | gRPC-C++.podspec | 802 'third_party/re2/re2/pod_array.h', 1393 'third_party/re2/re2/pod_array.h',
|
D | gRPC-Core.podspec | 1341 'third_party/re2/re2/pod_array.h', 1943 'third_party/re2/re2/pod_array.h',
|
D | grpc.gemspec | 2066 s.files += %w( third_party/re2/re2/pod_array.h )
|