Home
last modified time | relevance | path

Searched defs:DerivedCopyMoveCounter (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc106 struct DerivedCopyMoveCounter { struct
107 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() function
115 int* copies_;
116 int* assigns_;
117 int* move_constructs_;
118 int* move_assigns_;
/external/cronet/base/functional/
Dbind_unittest.cc127 struct DerivedCopyMoveCounter { struct
128 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() argument
136 raw_ptr<int> copies_;
137 raw_ptr<int> assigns_;
138 raw_ptr<int> move_constructs_;
139 raw_ptr<int> move_assigns_;