Home
last modified time | relevance | path

Searched refs:struct_indent (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp96 int struct_indent; member
130 int struct_indent; member
355 indent = fs->struct_indent; in icvFSFlush()
1368 if( new_offset > fs->wrap_margin && new_offset - fs->struct_indent > 10 ) in icvYMLWrite()
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) ) in icvYMLEndWriteStruct()
1505 fs->struct_indent -= CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags); in icvYMLEndWriteStruct()
1506 assert( fs->struct_indent >= 0 ); in icvYMLEndWriteStruct()
1526 fs->struct_indent = 0; in icvYMLStartNextStream()
2359 parent.struct_indent = fs->struct_indent;
[all …]
/external/opencv3/modules/core/src/
Dpersistence.cpp179 int struct_indent; member
213 int struct_indent; member
497 indent = fs->struct_indent; in icvFSFlush()
1458 if( new_offset > fs->wrap_margin && new_offset - fs->struct_indent > 10 ) in icvYMLWrite()
1551 fs->struct_indent += CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags);
1570 if( ptr > fs->buffer_start + fs->struct_indent && !CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLEndWriteStruct()
1583 fs->struct_indent -= CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags); in icvYMLEndWriteStruct()
1584 assert( fs->struct_indent >= 0 ); in icvYMLEndWriteStruct()
1598 fs->struct_indent = 0; in icvYMLStartNextStream()
2380 parent.struct_indent = fs->struct_indent;
[all …]