Lines Matching refs:m_logReaders
307 m_logReaders.insert(std::make_pair(id, reader));
314 auto it = m_logReaders.find(id);
315 if (it != m_logReaders.end()) {
316 m_logReaders.erase(it);
326 for (auto& [id, readerPtr] : m_logReaders) {
337 for (auto& [id, readerPtr] : m_logReaders) {
350 for (auto& [id, readerPtr] : m_logReaders) {
360 for (auto& [id, readerPtr] : m_logReaders) {
370 auto it = m_logReaders.find(id);
371 if (it != m_logReaders.end()) {