Searched refs:m_state (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/cortex/Persistence/
H A DExportContext.cpp58 m_state(INIT) {}
67 m_state(INIT) {
89 if(m_state != WRITE_BEGIN && m_state != WRITE_CONTENT) {
119 if(m_state != WRITE_END && m_state != WRITE_CONTENT) {
151 if(m_state != WRITE_CONTENT) {
168 if(m_state != WRITE_ATTRIBUTES &&\
169 m_state != WRITE_CONTENT) {\
234 if(m_state
[all...]
H A DImportContext.cpp48 m_state(PARSING),
76 return m_state;
120 m_state = ABORT;
128 m_state = PARSING;
H A DImporter.cpp264 if(m_context->m_state != ImportContext::PARSING)
303 m_context->m_state = ImportContext::COMPLETE;
376 if(m_context->m_state != ImportContext::PARSING)
418 m_context->m_state = ImportContext::COMPLETE;
445 if(m_context->m_state != ImportContext::PARSING)
457 if(m_context->m_state != ImportContext::PARSING)
488 if(m_context->m_state != ImportContext::PARSING)
H A DImportContext.h97 state_t m_state; member in class:ImportContext
H A DExportContext.h113 // if(m_state != WRITE_ATTRIBUTES &&
114 // m_state != WRITE_CONTENT) {
242 state_t m_state; member in class:ExportContext

Completed in 88 milliseconds