Home
last modified time | relevance | path

Searched refs:CV_NODE_EMPTY (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp1345 struct_flags = CV_NODE_EMPTY | (key ? CV_NODE_MAP : CV_NODE_SEQ); in icvYMLWrite()
1417 fs->struct_flags = struct_flags & ~CV_NODE_EMPTY; in icvYMLWrite()
1435 struct_flags = (struct_flags & (CV_NODE_TYPE_MASK|CV_NODE_FLOW)) | CV_NODE_EMPTY;
2263 struct_flags = CV_NODE_EMPTY + (key ? CV_NODE_MAP : CV_NODE_SEQ); in icvXMLWriteTag()
2326 fs->struct_flags = struct_flags & ~CV_NODE_EMPTY; in icvXMLWriteTag()
2344 struct_flags = (struct_flags & (CV_NODE_TYPE_MASK|CV_NODE_FLOW)) | CV_NODE_EMPTY;
2358 parent.struct_flags = fs->struct_flags & ~CV_NODE_EMPTY;
2725 fs->struct_flags = CV_NODE_EMPTY; in cvOpenFileStorage()
/external/opencv/cxcore/include/
Dcxtypes.h1675 #define CV_NODE_EMPTY 32 macro
1685 #define CV_NODE_IS_EMPTY(flags) (((flags) & CV_NODE_EMPTY) != 0)