Searched refs:new_min_indent (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 1102 int new_min_indent = min_indent + !is_parent_flow; in icvYMLParseValue() local 1115 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr, new_min_indent, INT_MAX )); in icvYMLParseValue() 1128 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr + 1, new_min_indent, INT_MAX )); in icvYMLParseValue() 1134 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr, new_min_indent, INT_MAX )); in icvYMLParseValue() 1142 CV_CALL( ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent )); in icvYMLParseValue()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 1202 int new_min_indent = min_indent + !is_parent_flow; in icvYMLParseValue() local 1215 ptr = icvYMLSkipSpaces( fs, ptr, new_min_indent, INT_MAX ); in icvYMLParseValue() 1228 ptr = icvYMLSkipSpaces( fs, ptr + 1, new_min_indent, INT_MAX ); in icvYMLParseValue() 1234 ptr = icvYMLSkipSpaces( fs, ptr, new_min_indent, INT_MAX ); in icvYMLParseValue() 1242 ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent ); in icvYMLParseValue()
|