Home | History | Annotate | Download | only in public

Lines Matching refs:other

46   MatrixMap(const MatrixMap& other)
47 : data_(other.data_),
48 rows_(other.rows_),
49 cols_(other.cols_),
50 stride_(other.stride_) {}
92 VectorMap(const VectorMap& other) : data_(other.data_), size_(other.size_) {}
114 VectorDup(const VectorDup& other) : data_(other.data_), size_(other.size_) {}