Searched refs:ConstCopyVariable (Results 1 – 6 of 6) sorted by relevance
99 new ConstCopyVariable<bool>("is_normal_boot_mode", in Init()103 new ConstCopyVariable<bool>("is_official_build", in Init()113 new ConstCopyVariable<unsigned int>( in Init()
24 var_is_oobe_enabled_.reset(new ConstCopyVariable<bool>( in Init()
43 std::unique_ptr<ConstCopyVariable<bool>> var_is_oobe_enabled_;
113 class ConstCopyVariable : public Variable<T> {118 ConstCopyVariable(const std::string& name, const T& obj) in ConstCopyVariable() function
104 ConstCopyVariable<base::Time> var_updater_started_time_;
105 ConstCopyVariable<int> var("var", source); in TEST_F()