Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtuple_unittest.cc84 struct CopyLogger { struct
85 CopyLogger() { ++TimesConstructed; } in CopyLogger() function
86 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() argument
87 ~CopyLogger() { } in ~CopyLogger()
89 static int TimesCopied;
90 static int TimesConstructed;
/external/libweave/third_party/chromium/base/
Dtuple_unittest.cc85 struct CopyLogger { struct
86 CopyLogger() { ++TimesConstructed; } in CopyLogger() function
87 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() function
88 ~CopyLogger() { } in ~CopyLogger()
90 static int TimesCopied;
91 static int TimesConstructed;