Searched defs:struct_indent (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp96 int struct_indent; member in struct:CvXMLStackRecord
130 int struct_indent; member in struct:CvFileStorage
355 indent = fs->struct_indent;
1368 if( new_offset > fs->wrap_margin && new_offset - fs->struct_indent > 10 )
1467 fs->struct_indent += CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags);
1492 if( ptr > fs->buffer_start + fs->struct_indent && !CV_NODE_IS_EMPTY(struct_flags) )
1505 fs->struct_indent -= CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags);
1506 assert( fs->struct_indent >= 0 );
1526 fs->struct_indent = 0;
2359 parent.struct_indent
[all...]

Completed in 20 milliseconds