Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dgeneric_variables_unittest.cc74 class CopyConstructorTestClass { class
76 CopyConstructorTestClass(void) : copied_(false) {} in CopyConstructorTestClass() function in chromeos_update_manager::CopyConstructorTestClass
77 CopyConstructorTestClass(const CopyConstructorTestClass& other) in CopyConstructorTestClass() function in chromeos_update_manager::CopyConstructorTestClass