Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp91 delete m_context; in ~Importer()
101 m_context(new ImportContext(errors)), in Importer()
113 m_context(context), in Importer()
116 ASSERT(m_context); in Importer()
129 m_context(new ImportContext(errors)), in Importer()
146 m_context(context), in Importer()
149 ASSERT(m_context); in Importer()
162 return *m_context; in context()
193 m_context->reset(); in reset()
210 m_context->reportError(str.String()); in parseBuffer()
[all …]
H A DImporter.h153 ImportContext* const m_context; variable