Lines Matching refs:m_pWorld

374     static boost::shared_ptr<librdf_world> m_pWorld;  member in __anon0dec31860111::librdf_Repository
777 boost::shared_ptr<librdf_world> librdf_Repository::m_pWorld; member in __anon0dec31860111::librdf_Repository
794 m_pWorld.reset(m_TypeConverter.createWorld(), safe_librdf_free_world); in librdf_Repository()
810 m_pWorld.reset(); in ~librdf_Repository()
846 librdf_new_node_from_blank_identifier(m_pWorld.get(), NULL), in createBlankNode()
939 librdf_new_node_from_uri_string(m_pWorld.get(), in importGraph()
951 librdf_new_uri(m_pWorld.get(), in importGraph()
961 librdf_new_parser(m_pWorld.get(), "rdfxml", NULL, NULL), in importGraph()
1051 librdf_new_node_from_uri_string(m_pWorld.get(), in exportGraph()
1062 librdf_new_uri(m_pWorld.get(), in exportGraph()
1083 librdf_new_serializer(m_pWorld.get(), format, NULL, NULL), in exportGraph()
1092 librdf_new_uri(m_pWorld.get(), reinterpret_cast<const unsigned char*> in exportGraph()
1096 librdf_new_uri(m_pWorld.get(), reinterpret_cast<const unsigned char*> in exportGraph()
1100 librdf_new_node_from_literal(m_pWorld.get(), in exportGraph()
1104 librdf_new_node_from_literal(m_pWorld.get(), in exportGraph()
1248 m_TypeConverter.mkStatement(m_pWorld.get(), in getStatements()
1275 librdf_new_query(m_pWorld.get(), s_sparql, NULL, in querySelect()
1325 librdf_new_query(m_pWorld.get(), s_sparql, NULL, in queryConstruct()
1363 librdf_new_query(m_pWorld.get(), s_sparql, NULL, in queryAsk()
1612 m_TypeConverter.mkStatement(m_pWorld.get(), in getStatementsRDFa()
1647 m_pStorage.reset(m_TypeConverter.createStorage(m_pWorld.get()), in initialize()
1650 m_pWorld.get(), m_pStorage.get()), safe_librdf_free_model); in initialize()
1675 librdf_new_node_from_uri_string(m_pWorld.get(), in clearGraph()
1726 librdf_new_node_from_uri_string(m_pWorld.get(), in addStatementGraph()
1735 m_TypeConverter.mkStatement(m_pWorld.get(), in addStatementGraph()
1787 librdf_new_node_from_uri_string(m_pWorld.get(), in removeStatementsGraph()
1796 m_TypeConverter.mkStatement(m_pWorld.get(), in removeStatementsGraph()
1864 librdf_new_node_from_uri_string(m_pWorld.get(), in getStatementsGraph()
1873 m_TypeConverter.mkStatement(m_pWorld.get(), in getStatementsGraph()