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.cc72 class CopyConstructorTestClass { class
74 CopyConstructorTestClass(void) : copied_(false) {} in CopyConstructorTestClass() function in chromeos_update_manager::CopyConstructorTestClass
75 CopyConstructorTestClass(const CopyConstructorTestClass& other) in CopyConstructorTestClass() function in chromeos_update_manager::CopyConstructorTestClass