Home
last modified time | relevance | path

Searched refs:ImportContext (Results 1 – 25 of 28) sorted by relevance

12

/haiku/src/apps/cortex/Persistence/
H A DImportContext.cpp46 ImportContext::~ImportContext() {} in ~ImportContext()
47 ImportContext::ImportContext(list<BString>& errors) : in ImportContext() function in ImportContext
58 const char* ImportContext::element() const { in element()
64 const char* ImportContext::parentElement() const { in parentElement()
72 list<BString>& ImportContext::errors() const { in errors()
75 const ImportContext::state_t ImportContext::state() const { in state()
85 void ImportContext::reportWarning( in reportWarning()
104 void ImportContext::reportError( in reportError()
127 void ImportContext::reset() { in reset()
H A DIPersistent.h122 ImportContext& context) =0;
131 ImportContext& context) =0;
143 ImportContext& context) =0;
154 ImportContext& context) =0;
165 ImportContext& context) =0;
176 ImportContext& context) { in xmlImportChildBegin()
184 ImportContext& context) {TOUCH(key); TOUCH(value); TOUCH(context);} in xmlImportChildAttribute()
189 ImportContext& context) {TOUCH(data); TOUCH(length); TOUCH(context);} in xmlImportChildContent()
193 ImportContext& context) {TOUCH(name); TOUCH(context);} in xmlImportChildComplete()
H A DImporter.cpp101 m_context(new ImportContext(errors)), in Importer()
108 ImportContext* context) : in Importer()
129 m_context(new ImportContext(errors)), in Importer()
139 ImportContext* context, in Importer()
161 const ImportContext& Importer::context() const { in context()
264 if(m_context->m_state != ImportContext::PARSING) in xmlElementStart()
303 m_context->m_state = ImportContext::COMPLETE; in xmlElementStart()
325 if(m_context->state() != ImportContext::PARSING) in xmlElementStart()
336 if(m_context->state() != ImportContext::PARSING) in xmlElementStart()
354 if(m_context->state() != ImportContext::PARSING) in xmlElementStart()
[all …]
H A DStringContent.h83 ImportContext& context);
88 ImportContext& context);
93 ImportContext& context);
97 ImportContext& context);
100 ImportContext& context);
H A DStringContent.cpp67 ImportContext& context) {} in xmlImportBegin()
72 ImportContext& context) {} in xmlImportAttribute()
77 ImportContext& context) { in xmlImportContent()
83 ImportContext& context) { in xmlImportChild()
88 ImportContext& context) { in xmlImportComplete()
H A DImporter.h69 ImportContext* context);
80 ImportContext* context,
87 const ImportContext& context() const;
153 ImportContext* const m_context;
H A DImportContext.h52 class ImportContext {
63 virtual ~ImportContext();
64 ImportContext(
H A DXML.cpp106 i.context().state() == ImportContext::PARSING) { in Identify()
159 ImportContext* context) { in Read()
198 ImportContext* context) { in Read()
216 i.context().state() == ImportContext::PARSING) { in _DoRead()
239 if(i.context().state() == ImportContext::COMPLETE) in _DoRead()
H A DJamfile12 ImportContext.cpp
18 Includes [ FGristFiles ImportContext.cpp Importer.cpp XML.cpp ]
H A DXML.h119 ImportContext* context); //nyi
141 ImportContext* context);
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.h118 ImportContext& context);
123 ImportContext& context);
128 ImportContext& context);
132 ImportContext& context);
135 ImportContext& context);
139 ImportContext& context);
144 ImportContext& context);
149 ImportContext& context);
153 ImportContext& context);
H A DMessageIO.h109 ImportContext& context);
114 ImportContext& context);
119 ImportContext& context);
123 ImportContext& context);
126 ImportContext& context);
130 ImportContext& context);
135 ImportContext& context);
140 ImportContext& context);
144 ImportContext& context);
H A DFlatMessageIO.h116 ImportContext& context);
121 ImportContext& context);
126 ImportContext& context);
130 ImportContext& context);
133 ImportContext& context);
H A DFlatMessageIO.cpp158 ImportContext& context) { in xmlImportBegin()
166 ImportContext& context) { in xmlImportAttribute()
176 ImportContext& context) { in xmlImportContent()
182 ImportContext& context) { in xmlImportChild()
188 ImportContext& context) { in xmlImportComplete()
H A DMessageIO.cpp219 ImportContext& context) { in xmlImportBegin()
233 ImportContext& context) { in xmlImportAttribute()
246 ImportContext& context) {} in xmlImportContent()
250 ImportContext& context) { in xmlImportChild()
268 ImportContext& context) {} in xmlImportComplete()
272 ImportContext& context) { in xmlImportChildBegin()
294 ImportContext& context) { in xmlImportChildAttribute()
305 ImportContext& context) { in xmlImportChildContent()
312 ImportContext& context) { in xmlImportChildComplete()
H A DMediaFormatIO.cpp502 ImportContext& context) { in import_media_type_content()
986 ImportContext& context) { in import_raw_audio_attribute()
1016 ImportContext& context) { in import_multi_audio_info_attribute()
1030 ImportContext& context) { in import_raw_video_attribute()
1056 ImportContext& context) { in import_video_display_info_attribute()
1077 ImportContext& context) { in import_multistream_attribute()
1109 ImportContext& context) { in import_multistream_flags_attribute()
1126 ImportContext& context) { in import_multistream_vid_info_attribute()
1162 ImportContext& context) { in import_multistream_avi_info_attribute()
1176 ImportContext& context) { in import_encoded_audio_attribute()
[all …]
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.h108 ImportContext& context);
113 ImportContext& context);
118 ImportContext& context);
122 ImportContext& context);
125 ImportContext& context);
130 ImportContext& context);
134 ImportContext& context);
H A DRouteApp.h111 ImportContext& context);
116 ImportContext& context);
121 ImportContext& context);
125 ImportContext& context);
128 ImportContext& context);
132 ImportContext& context);
136 ImportContext& context);
H A DLiveNodeIO.h131 ImportContext& context);
136 ImportContext& context);
141 ImportContext& context);
145 ImportContext& context);
148 ImportContext& context);
H A DDormantNodeIO.h101 ImportContext& context);
106 ImportContext& context);
111 ImportContext& context);
115 ImportContext& context);
118 ImportContext& context);
H A DRouteAppNodeManager.h178 ImportContext& context); //nyi
183 ImportContext& context); //nyi
188 ImportContext& context); //nyi
192 ImportContext& context); //nyi
195 ImportContext& context); //nyi
H A DLiveNodeIO.cpp194 ImportContext& context) {} in xmlImportBegin()
199 ImportContext& context) { in xmlImportAttribute()
214 ImportContext& context) {} in xmlImportContent()
218 ImportContext& context) { in xmlImportChild()
244 ImportContext& context) {} in xmlImportComplete()
H A DConnectionIO.cpp399 ImportContext& context) { TOUCH(context); } in xmlImportBegin()
404 ImportContext& context) { TOUCH(key); TOUCH(value); TOUCH(context); } in xmlImportAttribute()
409 ImportContext& context) { TOUCH(data); TOUCH(length); TOUCH(context); } in xmlImportContent()
413 ImportContext& context) { in xmlImportChild()
496 ImportContext& context) { in xmlImportComplete()
503 ImportContext& context) { in xmlImportChildBegin()
525 ImportContext& context) { in xmlImportChildComplete()
H A DDormantNodeIO.cpp442 ImportContext& context) { in _read_noderef_flag()
466 ImportContext& context) { in _read_run_mode()
488 ImportContext& context) { in _read_entry()
504 ImportContext& context) { TOUCH(context); } in xmlImportBegin()
509 ImportContext& context) { in xmlImportAttribute()
524 ImportContext& context) { TOUCH(data); TOUCH(length); TOUCH(context); } in xmlImportContent()
528 ImportContext& context) { in xmlImportChild()
566 ImportContext& context) { TOUCH(context); } //nyi; +++++ final checks? in xmlImportComplete()
H A DRouteApp.cpp291 ImportContext& context) { in xmlImportBegin()
299 ImportContext& context) {} //nyi in xmlImportAttribute()
304 ImportContext& context) {} //nyi in xmlImportContent()
308 ImportContext& context) { in xmlImportChild()
340 ImportContext& context) {} //nyi in xmlImportComplete()
344 ImportContext& context) { in xmlImportChildBegin()
364 ImportContext& context) { in xmlImportChildComplete()
519 public ImportContext,
526 ImportContext(errors), in _RouteAppImportContext()

12