Searched defs:DerivedCopyMoveCounter (Results 1 – 2 of 2) sorted by relevance
106 struct DerivedCopyMoveCounter { struct107 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() argument115 int* copies_;116 int* assigns_;117 int* move_constructs_;118 int* move_assigns_;
110 struct DerivedCopyMoveCounter { struct111 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() argument119 raw_ptr<int> copies_;120 raw_ptr<int> assigns_;121 raw_ptr<int> move_constructs_;122 raw_ptr<int> move_assigns_;