Searched defs:UnobservableStore (Results 1 – 1 of 1) sorted by relevance
50 struct UnobservableStore { struct51 NodeId id_;52 StoreOffset offset_;53 bool maybe_gc_observable_ = false;55 bool operator==(const UnobservableStore other) const { in operator ==()59 bool operator<(const UnobservableStore other) const { in operator <()