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_;
129 struct DerivedCopyMoveCounter { struct130 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() argument138 raw_ptr<int> copies_;139 raw_ptr<int> assigns_;140 raw_ptr<int> move_constructs_;141 raw_ptr<int> move_assigns_;