Searched defs:Watcher (Results 1 – 2 of 2) sorted by relevance
269 struct Watcher { struct273 bool hasChanged() const { in hasChanged()283 std::shared_ptr<const T> update() { in update()292 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher() argument299 const CCodecConfig *mParent;300 std::shared_ptr<const T> mValue;301 C2Param::Index mIndex;
167 private class Watcher implements SpanWatcher, TextWatcher { class in SpannedTest170 public Watcher(int sequence) { in Watcher() method in SpannedTest.Watcher