HomeSort by relevance Sort by last modified time
    Searched refs:is_parent_flow (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxpersistence.cpp 938 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));
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 1038 int is_parent_flow = CV_NODE_IS_FLOW(parent_flags); local
    [all...]

Completed in 651 milliseconds