Searched defs:Pending (Results 1 – 1 of 1) sorted by relevance
74 struct Pending { struct75 bool mNeedsAck;76 uint32_t mFrom;77 uint32_t mTo;78 size_t mLeft;79 const std::weak_ptr<Accessor> mImpl;80 Pending(bool needsAck, uint32_t from, uint32_t to, size_t left, in Pending() function89 bool isInvalidated(uint32_t bufferId) { in isInvalidated()