Searched defs:Pending (Results 1 – 1 of 1) sorted by relevance
123 struct Pending { struct124 bool mNeedsAck;125 uint32_t mFrom;126 uint32_t mTo;127 size_t mLeft;128 const std::weak_ptr<Accessor::Impl> mImpl;129 Pending(bool needsAck, uint32_t from, uint32_t to, size_t left, in Pending() function138 bool isInvalidated(uint32_t bufferId) { in isInvalidated()