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

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp101 #define CV_XML_OPENING_TAG 1 macro
1830 assert( tag_type == CV_XML_OPENING_TAG );
2049 tag_type = CV_XML_OPENING_TAG;
2154 else if( c == '/' && ptr[1] == '>' && tag_type == CV_XML_OPENING_TAG )
2214 if( tag_type != CV_XML_OPENING_TAG ||
2253 if( tag_type == CV_XML_OPENING_TAG || tag_type == CV_XML_EMPTY_TAG )
2356 CV_CALL( icvXMLWriteTag( fs, key, CV_XML_OPENING_TAG, cvAttrList(attr,0) ));
2444 icvXMLWriteTag( fs, key, CV_XML_OPENING_TAG, cvAttrList(0,0) );

Completed in 225 milliseconds