Searched refs:icvPuts (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 245 static void icvPuts( CvFileStorage* fs, const char* str ) in icvPuts() function 493 icvPuts( fs, fs->buffer_start ); in icvFSFlush() 532 icvPuts( fs, "</opencv_storage>\n" ); in icvClose() 1600 icvPuts( fs, "...\n" ); in icvYMLStartNextStream() 1601 icvPuts( fs, "---\n" ); in icvYMLStartNextStream() 2433 icvPuts( fs, "\n<!-- next stream -->\n" ); in icvXMLStartNextStream() 2779 icvPuts( fs, buf ); in cvOpenFileStorage() 2782 icvPuts( fs, "<?xml version=\"1.0\"?>\n" ); in cvOpenFileStorage() 2783 icvPuts( fs, "<opencv_storage>\n" ); in cvOpenFileStorage() 2820 icvPuts( fs, " <!-- resumed -->" ); in cvOpenFileStorage() [all …]
|