Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtuple_unittest.cc68 struct CopyLogger { struct
69 CopyLogger() { ++TimesConstructed; } in CopyLogger() argument
70 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() argument
73 static int TimesCopied;
74 static int TimesConstructed;