Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dgeneric_variables.h58 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p, in PollCopyVariable() argument
60 : Variable<T>(name, kVariableModePoll), ref_(ref), is_set_p_(is_set_p), in PollCopyVariable()
62 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p) in PollCopyVariable() argument
63 : PollCopyVariable(name, ref, is_set_p, std::string()) {} in PollCopyVariable()
68 const T& ref, const bool* is_set_p, in PollCopyVariable() argument
70 : Variable<T>(name, poll_interval), ref_(ref), is_set_p_(is_set_p), in PollCopyVariable()
73 const T& ref, const bool* is_set_p) in PollCopyVariable() argument
74 : PollCopyVariable(name, poll_interval, ref, is_set_p, std::string()) {} in PollCopyVariable()