Lines Matching refs:GrTDArray
31 template <typename T> class GrTDArray {
33 GrTDArray() : fArray(NULL), fAllocated(0), fCount(0) {}
34 GrTDArray(const GrTDArray& src) {
39 ~GrTDArray() {
60 GrTDArray& operator=(const GrTDArray& src) {
177 friend bool operator==(const GrTDArray<T>& a, const GrTDArray<T>& b) {
182 friend bool operator!=(const GrTDArray<T>& a, const GrTDArray<T>& b) {