Searched defs:DerivedCopyCounter (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dbind_unittest.cc97 struct DerivedCopyCounter { struct in namespace:base::__anon8964
98 DerivedCopyCounter(int* copies, int* assigns) function in struct:base::__anon8964::DerivedCopyCounter
119 explicit CopyCounter(const DerivedCopyCounter& other)
838 DerivedCopyCounter derived(&copies, &assigns);
/external/libweave/third_party/chromium/base/
H A Dbind_unittest.cc98 struct DerivedCopyCounter { struct in namespace:base::__anon11267
99 DerivedCopyCounter(int* copies, int* assigns) function in struct:base::__anon11267::DerivedCopyCounter
120 explicit CopyCounter(const DerivedCopyCounter& other)
839 DerivedCopyCounter derived(&copies, &assigns);

Completed in 57 milliseconds