Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dgeneric_variables.h147 class CallCopyVariable : public Variable<T> {
149 CallCopyVariable(const std::string& name, base::Callback<T(void)> func) in CallCopyVariable() function
151 CallCopyVariable(const std::string& name, in CallCopyVariable() function
171 DISALLOW_COPY_AND_ASSIGN(CallCopyVariable);
Dgeneric_variables_unittest.cc126 CallCopyVariable<CopyConstructorTestClass> var("var", cb); in TEST_F()
140 CallCopyVariable<bool> var("var", cb); in TEST_F()
Dreal_system_provider.cc104 var_is_oobe_complete_.reset(new CallCopyVariable<bool>( in Init()