Lines Matching refs:m_NamedGraphs
387 NamedGraphMap_t m_NamedGraphs; member in __anon2755949e0111::librdf_Repository
787 , m_NamedGraphs() in librdf_Repository()
930 if (m_NamedGraphs.find(contextU) != m_NamedGraphs.end()) { in importGraph()
988 m_NamedGraphs.insert(std::make_pair(contextU, in importGraph()
1042 if (m_NamedGraphs.find(contextU) == m_NamedGraphs.end()) { in exportGraph()
1152 std::transform(m_NamedGraphs.begin(), m_NamedGraphs.end(), in getGraphNames()
1171 m_NamedGraphs.find(i_xGraphName->getStringValue()) ); in getGraph()
1172 if (iter != m_NamedGraphs.end()) { in getGraph()
1201 if (m_NamedGraphs.find(contextU) != m_NamedGraphs.end()) { in createGraph()
1206 m_NamedGraphs.insert(std::make_pair(contextU, in createGraph()
1209 m_NamedGraphs.find(contextU)->second.get()); in createGraph()
1220 m_NamedGraphs.erase(iter); in destroyGraph()
1665 const NamedGraphMap_t::iterator iter( m_NamedGraphs.find(contextU) ); in clearGraph()
1666 if (!i_Internal && iter == m_NamedGraphs.end()) { in clearGraph()
1717 if (!i_Internal && (m_NamedGraphs.find(contextU) == m_NamedGraphs.end())) { in addStatementGraph()
1777 if (m_NamedGraphs.find(contextU) == m_NamedGraphs.end()) { in removeStatementsGraph()
1854 if (!i_Internal && (m_NamedGraphs.find(contextU) == m_NamedGraphs.end())) { in getStatementsGraph()