CV_XML_OPENING_TAG 1865 modules/core/src/persistence.cpp             assert( tag_type == CV_XML_OPENING_TAG );
CV_XML_OPENING_TAG 2084 modules/core/src/persistence.cpp         tag_type = CV_XML_OPENING_TAG;
CV_XML_OPENING_TAG 2189 modules/core/src/persistence.cpp         else if( c == '/' && ptr[1] == '>' && tag_type == CV_XML_OPENING_TAG )
CV_XML_OPENING_TAG 2247 modules/core/src/persistence.cpp             if( tag_type != CV_XML_OPENING_TAG ||
CV_XML_OPENING_TAG 2280 modules/core/src/persistence.cpp     if( tag_type == CV_XML_OPENING_TAG || tag_type == CV_XML_EMPTY_TAG )
CV_XML_OPENING_TAG 2377 modules/core/src/persistence.cpp     icvXMLWriteTag( fs, key, CV_XML_OPENING_TAG, cvAttrList(attr,0) );
CV_XML_OPENING_TAG 2447 modules/core/src/persistence.cpp         icvXMLWriteTag( fs, key, CV_XML_OPENING_TAG, cvAttrList(0,0) );