Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp1365 if( !CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLWrite()
1492 if( ptr > fs->buffer_start + fs->struct_indent && !CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLEndWriteStruct()
1497 else if( CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLEndWriteStruct()
2267 if( !CV_NODE_IS_EMPTY(struct_flags) ) in icvXMLWriteTag()
2461 (ptr > fs->buffer_start && ptr[-1] == '>' && !CV_NODE_IS_EMPTY(fs->struct_flags)) ) in icvXMLWriteScalar()
/external/opencv3/modules/core/src/
Dpersistence.cpp1455 if( !CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLWrite()
1570 if( ptr > fs->buffer_start + fs->struct_indent && !CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLEndWriteStruct()
1575 else if( CV_NODE_IS_EMPTY(struct_flags) ) in icvYMLEndWriteStruct()
2294 if( !CV_NODE_IS_EMPTY(struct_flags) ) in icvXMLWriteTag()
2464 (ptr > fs->buffer_start && ptr[-1] == '>' && !CV_NODE_IS_EMPTY(fs->struct_flags)) ) in icvXMLWriteScalar()
/external/opencv/cxcore/include/
Dcxtypes.h1685 #define CV_NODE_IS_EMPTY(flags) (((flags) & CV_NODE_EMPTY) != 0) macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1727 #define CV_NODE_IS_EMPTY(flags) (((flags) & CV_NODE_EMPTY) != 0) macro