Home | History | Annotate | Download | only in src

Lines Matching refs:roots

128     CvSeq* roots;
398 //icvFSReleaseCollection( fs->roots ); // delete all the user types recursively
498 if( !fs->roots )
500 attempts = fs->roots->total;
511 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k );
584 if( !fs->roots )
586 attempts = fs->roots->total;
596 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k );
644 if( !fs->roots || (unsigned)stream_index >= (unsigned)fs->roots->total )
647 value = (CvFileNode*)cvGetSeqElem( fs->roots, stream_index );
669 seq = fs->roots;
1293 CvFileNode* root_node = (CvFileNode*)cvSeqPush( fs->roots, 0 );
2218 root_node = (CvFileNode*)cvSeqPush( fs->roots, 0 );
2703 fs->roots = 0;
2813 CV_CALL( fs->roots = cvCreateSeq( 0, sizeof(CvSeq),
3483 stream_count = fs->roots->total;
3486 CvFileNode* node = (CvFileNode*)cvGetSeqElem( fs->roots, i, 0 );
5195 for( k = 0; k < fs->roots->total; k++ )
5200 node = (CvFileNode*)cvGetSeqElem( fs->roots, k );