Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dtuple_unittest.cc60 struct CopyLogger { struct
61 CopyLogger() { ++TimesConstructed; } in CopyLogger() function
62 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() function
65 static int TimesCopied;
66 static int TimesConstructed;
/aosp_15_r20/external/libchrome/base/
H A Dtuple_unittest.cc68 struct CopyLogger { struct
69 CopyLogger() { ++TimesConstructed; } in CopyLogger() function
70 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() function
73 static int TimesCopied;
74 static int TimesConstructed;