Home
last modified time | relevance | path

Searched refs:m_contentCollections (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp283 return d_ptr->m_contentCollections.value(type); in content()
291 d_ptr->m_contentCollections.insert(type, content); in setContent()
301 d_ptr->m_contentCollections[type].insert(iter.key(), iter.value()); in insertContent()
603 m_contentCollections(other.m_contentCollections), in QPlacePrivate()
616 && m_contentCollections == other.m_contentCollections in operator ==()
635 && m_contentCollections.isEmpty() in isEmpty()
H A Dqplace_p.h109 QMap<QPlaceContent::Type, QPlaceContent::Collection> m_contentCollections; variable