Searched refs:is_set_p_ (Results 1 – 1 of 1) sorted by relevance
60 : Variable<T>(name, kVariableModePoll), ref_(ref), is_set_p_(is_set_p), in PollCopyVariable()70 : Variable<T>(name, poll_interval), ref_(ref), is_set_p_(is_set_p), in PollCopyVariable()86 if (is_set_p_ && !(*is_set_p_)) { in GetValue()104 const bool* const is_set_p_; variable