Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxtypes.h1689 #define CV_NODE_SEQ_SIMPLE 256 macro
1690 #define CV_NODE_SEQ_IS_SIMPLE(seq) (((seq)->flags & CV_NODE_SEQ_SIMPLE) != 0)
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1731 #define CV_NODE_SEQ_SIMPLE 256 macro
1732 #define CV_NODE_SEQ_IS_SIMPLE(seq) (((seq)->flags & CV_NODE_SEQ_SIMPLE) != 0)
/external/opencv/cxcore/src/
Dcxpersistence.cpp1147 node->data.seq->flags |= is_simple ? CV_NODE_SEQ_SIMPLE : 0; in icvYMLParseValue()
1233 node->data.seq->flags |= is_simple ? CV_NODE_SEQ_SIMPLE : 0; in icvYMLParseValue()
2016 node->data.seq->flags |= CV_NODE_SEQ_SIMPLE; in icvXMLParseValue()
/external/opencv3/modules/core/src/
Dpersistence.cpp1247 node->data.seq->flags |= is_simple ? CV_NODE_SEQ_SIMPLE : 0; in icvYMLParseValue()
1333 node->data.seq->flags |= is_simple ? CV_NODE_SEQ_SIMPLE : 0; in icvYMLParseValue()
2056 node->data.seq->flags |= CV_NODE_SEQ_SIMPLE; in icvXMLParseValue()