Home
last modified time | relevance | path

Searched refs:CallCopyVariable (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/update_manager/
Dgeneric_variables.h136 class CallCopyVariable : public Variable<T> {
138 CallCopyVariable(const std::string& name, base::Callback<T(void)> func) in CallCopyVariable() function
140 CallCopyVariable(const std::string& name, in CallCopyVariable() function
160 DISALLOW_COPY_AND_ASSIGN(CallCopyVariable);
Dgeneric_variables_unittest.cc131 CallCopyVariable<CopyConstructorTestClass> var("var", cb); in TEST_F()
145 CallCopyVariable<bool> var("var", cb); in TEST_F()
Dreal_system_provider.cc107 new CallCopyVariable<bool>( in Init()