Home
last modified time | relevance | path

Searched refs:CV_NODE_IS_FLOW (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp938 int is_parent_flow = CV_NODE_IS_FLOW(parent_flags); in icvYMLParseValue()
1361 if( CV_NODE_IS_FLOW(struct_flags) ) in icvYMLWrite()
1405 if( !CV_NODE_IS_FLOW(struct_flags) && data ) in icvYMLWrite()
1440 if( CV_NODE_IS_FLOW(struct_flags) )
1466 if( !CV_NODE_IS_FLOW(parent_flags) )
1467 fs->struct_indent += CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags);
1489 if( CV_NODE_IS_FLOW(struct_flags) ) in icvYMLEndWriteStruct()
1504 if( !CV_NODE_IS_FLOW(parent_flags) ) in icvYMLEndWriteStruct()
1505 fs->struct_indent -= CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags); in icvYMLEndWriteStruct()
2365 if( !CV_NODE_IS_FLOW(struct_flags) )
/external/opencv3/modules/core/src/
Dpersistence.cpp1038 int is_parent_flow = CV_NODE_IS_FLOW(parent_flags); in icvYMLParseValue()
1451 if( CV_NODE_IS_FLOW(struct_flags) ) in icvYMLWrite()
1495 if( !CV_NODE_IS_FLOW(struct_flags) && data ) in icvYMLWrite()
1524 if( CV_NODE_IS_FLOW(struct_flags) )
1550 if( !CV_NODE_IS_FLOW(parent_flags) )
1551 fs->struct_indent += CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags);
1567 if( CV_NODE_IS_FLOW(struct_flags) ) in icvYMLEndWriteStruct()
1582 if( !CV_NODE_IS_FLOW(parent_flags) ) in icvYMLEndWriteStruct()
1583 fs->struct_indent -= CV_YML_INDENT + CV_NODE_IS_FLOW(struct_flags); in icvYMLEndWriteStruct()
2386 if( !CV_NODE_IS_FLOW(struct_flags) )
/external/opencv/cxcore/include/
Dcxtypes.h1684 #define CV_NODE_IS_FLOW(flags) (((flags) & CV_NODE_FLOW) != 0) macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1726 #define CV_NODE_IS_FLOW(flags) (((flags) & CV_NODE_FLOW) != 0) macro