Searched refs:buffer_managers_ (Results 1 – 2 of 2) sorted by relevance
73 buffer_managers_.find(stream_id) != buffer_managers_.end(); in IsStreamAllocatedLocked()83 if (buffer_managers_.find(owner_stream_id) == buffer_managers_.end()) { in GetBufferManagerOwnerIdLocked()196 buffer_managers_[stream_id] = std::move(buffer_manager); in AllocateBuffersLocked()314 if (buffer_managers_.find(old_owner_stream_id) == buffer_managers_.end()) { in RemoveOwnerStreamIdLocked()342 buffer_managers_[new_owner_stream_id] = in RemoveOwnerStreamIdLocked()343 std::move(buffer_managers_[old_owner_stream_id]); in RemoveOwnerStreamIdLocked()346 buffer_managers_.erase(old_owner_stream_id); in RemoveOwnerStreamIdLocked()399 buffer->buffer = buffer_managers_[owner_stream_id]->GetEmptyBuffer(); in GetStreamBuffer()429 return buffer_managers_[owner_stream_id]->IsPendingBufferEmpty(); in IsPendingBufferEmpty()463 buffer_managers_[owner_stream_id]->GetMostRecentZslBuffers( in GetMostRecentStreamBuffer()[all …]
159 std::unordered_map<int32_t, std::unique_ptr<ZslBufferManager>> buffer_managers_; variable