Searched refs:eol_comment (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 115 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment ); 1634 icvYMLWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in icvYMLWriteComment() argument 1653 if( !eol_comment || multiline || in icvYMLWriteComment() 2594 icvXMLWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in icvXMLWriteComment() argument 2616 if( multiline || !eol_comment || fs->buffer_end - ptr < len + 5 ) in icvXMLWriteComment() 2927 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in cvWriteComment() argument 2934 CV_CALL( fs->write_comment( fs, comment, eol_comment )); in cvWriteComment()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 198 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment ); 1686 icvYMLWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in icvYMLWriteComment() argument 1701 if( !eol_comment || multiline || in icvYMLWriteComment() 2578 icvXMLWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in icvXMLWriteComment() argument 2596 if( multiline || !eol_comment || fs->buffer_end - ptr < len + 5 ) in icvXMLWriteComment() 2971 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in cvWriteComment() argument 2974 fs->write_comment( fs, comment, eol_comment ); in cvWriteComment()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1613 int eol_comment );
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 2100 int eol_comment );
|