Home | History | Annotate | Download | only in src

Lines Matching refs:CvWriteComment

115 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment );
150 CvWriteComment write_comment;
2927 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment )
2929 CV_FUNCNAME( "cvWriteComment" );
5161 CV_CALL( cvWriteComment( fs, comment, 0 ));