Searched defs:DerivedCopyMoveCounter (Results 1 – 2 of 2) sorted by relevance
106 struct DerivedCopyMoveCounter { struct107 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() function115 int* copies_;116 int* assigns_;117 int* move_constructs_;118 int* move_assigns_;
127 struct DerivedCopyMoveCounter { struct128 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() argument136 raw_ptr<int> copies_;137 raw_ptr<int> assigns_;138 raw_ptr<int> move_constructs_;139 raw_ptr<int> move_assigns_;