Home | History | Annotate | Download | only in base

Lines Matching refs:CopyCounter

97 class CopyCounter {
99 CopyCounter(int* copies, int* assigns)
103 CopyCounter(const CopyCounter& other)
110 CopyCounter(const DerivedCopyCounter& other)
116 const CopyCounter& operator=(const CopyCounter& rhs) {
166 int GetCopies(const CopyCounter& counter) {
491 CopyCounter counter(&copies, &assigns);
508 CopyCounter counter(&copies, &assigns);
511 Bind(&VoidPolymorphic1<CopyCounter>, counter);
517 Callback<void(CopyCounter)> forward_cb =
518 Bind(&VoidPolymorphic1<CopyCounter>);
526 Callback<void(CopyCounter)> coerce_cb =
527 Bind(&VoidPolymorphic1<CopyCounter>);