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

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp938 int is_parent_flow = CV_NODE_IS_FLOW(parent_flags); local
1102 int new_min_indent = min_indent + !is_parent_flow;
1153 if( is_parent_flow || c != '-' )
1156 if( !is_parent_flow )
1169 (!is_parent_flow || (c != ',' && c != '}' && c != ']')) &&
1170 (is_parent_flow || c != ':' || value_type == CV_NODE_STRING));
1175 if( is_parent_flow || c != ':' )

Completed in 46 milliseconds