Searched defs:Watcher (Results 1 – 2 of 2) sorted by relevance
267 struct Watcher { struct271 bool hasChanged() const { in hasChanged()281 std::shared_ptr<const T> update() { in update()290 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher() function297 const CCodecConfig *mParent;298 std::shared_ptr<const T> mValue;299 C2Param::Index mIndex;
167 private class Watcher implements SpanWatcher, TextWatcher { class in SpannedTest170 public Watcher(int sequence) { in Watcher() method in SpannedTest.Watcher