Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc99 struct DerivedCopyMoveCounter { struct
100 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() function
108 int* copies_;
109 int* assigns_;
110 int* move_constructs_;
111 int* move_assigns_;