Home
last modified time | relevance | path

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

/AOO41X/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx387 NamedGraphMap_t m_NamedGraphs; member in __anon02eec6ce0111::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()
[all …]