Searched refs:ConstCopyVariable (Results 1 – 6 of 6) sorted by relevance
98 var_is_normal_boot_mode_.reset(new ConstCopyVariable<bool>( in Init()101 var_is_official_build_.reset(new ConstCopyVariable<bool>( in Init()110 var_num_slots_.reset(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_;
124 class ConstCopyVariable : public Variable<T> {129 ConstCopyVariable(const std::string& name, const T& obj) in ConstCopyVariable() function
102 ConstCopyVariable<base::Time> var_updater_started_time_;
101 ConstCopyVariable<int> var("var", source); in TEST_F()