Home
last modified time | relevance | path

Searched defs:DerivedCopyMoveCounter (Results 1 – 1 of 1) 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_;