Searched defs:ParamWatcher (Results 1 – 4 of 4) sorted by relevance
43 typedef struct ParamWatcher { struct53 } ParamWatcher; argument
70 explicit ParamWatcher(const std::string &key) : keyPrefix_(key) {} in ParamWatcher() function
186 explicit ParamWatcher(uint32_t watcherId) : WatcherNode(watcherId) {} in ParamWatcher() function
158 } ParamWatcher; typedef