Symbol: beginElement
src/apps/cortex/Persistence/ExportContext.h
90
void beginElement(const char* name);
src/apps/cortex/Persistence/Wrappers/FlatMessageIO.cpp
97
context.beginElement(s_element);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
447
context.beginElement(MediaFormatIO::s_media_type_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
661
context.beginElement(MediaFormatIO::s_video_display_info_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
793
context.beginElement(MediaFormatIO::s_multistream_flags_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
799
context.beginElement(MediaFormatIO::s_multistream_vid_info_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
804
context.beginElement(MediaFormatIO::s_multistream_avi_info_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
839
context.beginElement(MediaFormatIO::s_raw_audio_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
879
context.beginElement(MediaFormatIO::s_raw_video_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
891
context.beginElement(s_raw_audio_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
895
context.beginElement(s_raw_video_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
899
context.beginElement(s_multistream_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
903
context.beginElement(s_encoded_audio_tag);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
907
context.beginElement(s_encoded_video_tag);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
127
context.beginElement(s_element);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
577
context.beginElement(elementName.String());
src/apps/cortex/RouteApp/ConnectionIO.cpp
298
context.beginElement(_CONNECTION_ELEMENT);
src/apps/cortex/RouteApp/ConnectionIO.cpp
311
context.beginElement(_OUTPUT_ELEMENT);
src/apps/cortex/RouteApp/ConnectionIO.cpp
345
context.beginElement(_INPUT_ELEMENT);
src/apps/cortex/RouteApp/DormantNodeIO.cpp
292
context.beginElement(_DORMANT_NODE_ELEMENT);
src/apps/cortex/RouteApp/DormantNodeIO.cpp
308
context.beginElement(_NAME_ELEMENT);
src/apps/cortex/RouteApp/DormantNodeIO.cpp
316
context.beginElement(_FLAVOR_ID_ELEMENT);
src/apps/cortex/RouteApp/DormantNodeIO.cpp
385
context.beginElement(_CYCLE_ELEMENT);
src/apps/cortex/RouteApp/LiveNodeIO.cpp
162
context.beginElement(_LIVE_NODE_ELEMENT);
src/apps/cortex/RouteApp/NodeKey.cpp
50
context.beginElement(s_element);
src/apps/cortex/RouteApp/RouteApp.cpp
238
context.beginElement(s_rootElement);
src/apps/cortex/RouteApp/RouteApp.cpp
261
context.beginElement(s_routeWindowElement);
src/apps/cortex/RouteApp/RouteApp.cpp
275
context.beginElement(s_mediaRoutingViewElement);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
461
context.beginElement(_NODE_SET_ELEMENT);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
560
context.beginElement(_UI_STATE_ELEMENT);
src/apps/cortex/RouteApp/route_app_io.cpp
84
context.beginElement(element);