Searched refs:mUsingConnections (Results 1 – 2 of 2) sorted by relevance
187 insert(&mUsingConnections, bufferId, connectionId); in handleOwnBuffer()210 erase(&mUsingConnections, bufferId, connectionId); in handleReleaseBuffer()360 bool deleted = erase(&mUsingConnections, bufferId, connectionId); in handleClose()
56 std::map<BufferId, std::set<ConnectionId>> mUsingConnections; member