Searched refs:_FLAG_ELEMENT (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/cortex/RouteApp/ |
H A D | DormantNodeIO.cpp | 344 _write_simple(_FLAG_ELEMENT, "NO_START_STOP", context); in xmlExportContent() 346 _write_simple(_FLAG_ELEMENT, "NO_SEEK", context); in xmlExportContent() 348 _write_simple(_FLAG_ELEMENT, "NO_PREROLL", context); in xmlExportContent() 350 _write_simple(_FLAG_ELEMENT, "NO_STOP", context); in xmlExportContent() 352 _write_simple(_FLAG_ELEMENT, "NO_ROSTER_WATCH", context); in xmlExportContent() 354 _write_simple(_FLAG_ELEMENT, "NO_POSITION_REPORTING", context); in xmlExportContent() 545 else if(!strcmp(context.element(), _FLAG_ELEMENT)) in xmlImportChild()
|
H A D | route_app_io.h | 65 extern const char* const _FLAG_ELEMENT;
|
H A D | route_app_io.cpp | 55 const char* const _FLAG_ELEMENT = "flag"; variable 297 docType->addMapping(new Mapping<StringContent>(_FLAG_ELEMENT)); in _add_string_elements()
|