Searched defs:is_set_p (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/update_manager/
H A Dgeneric_variables.h55 // method is called. If |is_set_p| is not null, then this flag will be
58 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p, argument
60 : Variable<T>(name, kVariableModePoll), ref_(ref), is_set_p_(is_set_p),
62 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p) argument
63 : PollCopyVariable(name, ref, is_set_p, std::string()) {}
68 const T& ref, const bool* is_set_p,
70 : Variable<T>(name, poll_interval), ref_(ref), is_set_p_(is_set_p),
73 const T& ref, const bool* is_set_p)
74 : PollCopyVariable(name, poll_interval, ref, is_set_p, std::string()) {}
67 PollCopyVariable(const std::string& name, const base::TimeDelta poll_interval, const T& ref, const bool* is_set_p, const std::string& errmsg) argument
72 PollCopyVariable(const std::string& name, const base::TimeDelta poll_interval, const T& ref, const bool* is_set_p) argument

Completed in 1314 milliseconds