Searched refs:buffer_managers_ (Results 1 – 2 of 2) sorted by relevance
57 buffer_managers_.find(stream_id) != buffer_managers_.end(); in IsStreamAllocatedLocked()67 if (buffer_managers_.find(owner_stream_id) == buffer_managers_.end()) { in GetBufferManagerOwnerIdLocked()179 buffer_managers_[stream_id] = std::move(buffer_manager); in AllocateBuffersLocked()297 if (buffer_managers_.find(old_owner_stream_id) == buffer_managers_.end()) { in RemoveOwnerStreamIdLocked()325 buffer_managers_[new_owner_stream_id] = in RemoveOwnerStreamIdLocked()326 std::move(buffer_managers_[old_owner_stream_id]); in RemoveOwnerStreamIdLocked()329 buffer_managers_.erase(old_owner_stream_id); in RemoveOwnerStreamIdLocked()382 buffer->buffer = buffer_managers_[owner_stream_id]->GetEmptyBuffer(); in GetStreamBuffer()412 return buffer_managers_[owner_stream_id]->IsPendingBufferEmpty(); in IsPendingBufferEmpty()441 buffer_managers_[owner_stream_id]->GetMostRecentZslBuffers( in GetMostRecentStreamBuffer()[all …]
159 std::unordered_map<int32_t, std::unique_ptr<ZslBufferManager>> buffer_managers_; variable