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

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp129 CvSeq* write_stack; member in struct:CvFileStorage
388 if( fs->write_stack )
390 while( fs->write_stack->total > 0 )
1463 cvSeqPush( fs->write_stack, &parent_flags );
1484 if( fs->write_stack->total == 0 )
1487 cvSeqPop( fs->write_stack, &parent_flags );
1523 while( fs->write_stack->total > 0 )
2362 cvSeqPush( fs->write_stack, &parent );
2392 if( fs->write_stack->total == 0 )
2396 cvSeqPop( fs->write_stack,
[all...]

Completed in 422 milliseconds