Searched refs:CopyLogger (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dtuple_unittest.cc80 struct CopyLogger { struct in namespace:__anon1817
81 CopyLogger() { ++TimesConstructed; } function in struct:__anon1817::CopyLogger
82 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } function in struct:__anon1817::CopyLogger
83 ~CopyLogger() { }
89 void SomeLoggerMethRef(const CopyLogger& logy, const CopyLogger* ptr, bool* b) {
93 void SomeLoggerMethCopy(CopyLogger logy, const CopyLogger* ptr, bool* b) {
97 int CopyLogger
[all...]
/external/chromium_org/base/
H A Dtuple_unittest.cc80 struct CopyLogger { struct in namespace:__anon4002
81 CopyLogger() { ++TimesConstructed; } function in struct:__anon4002::CopyLogger
82 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } function in struct:__anon4002::CopyLogger
83 ~CopyLogger() { }
89 void SomeLoggerMethRef(const CopyLogger& logy, const CopyLogger* ptr, bool* b) {
93 void SomeLoggerMethCopy(CopyLogger logy, const CopyLogger* ptr, bool* b) {
97 int CopyLogger
[all...]

Completed in 54 milliseconds