Searched refs:struct_flags (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 97 int struct_flags; member 109 int struct_flags, const char* type_name ); 131 int struct_flags; member 1103 int struct_flags = CV_NODE_FLOW + (c == '{' ? CV_NODE_MAP : CV_NODE_SEQ); in icvYMLParseValue() local 1106 CV_CALL( icvFSCreateCollection( fs, CV_NODE_TYPE(struct_flags) + in icvYMLParseValue() 1131 if( CV_NODE_IS_MAP(struct_flags) ) in icvYMLParseValue() 1142 CV_CALL( ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent )); in icvYMLParseValue() 1143 if( CV_NODE_IS_MAP(struct_flags) ) in icvYMLParseValue() 1151 int indent, struct_flags, is_simple; in icvYMLParseValue() local 1187 struct_flags = CV_NODE_MAP; in icvYMLParseValue() [all …]
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1595 int struct_flags, const char* type_name CV_DEFAULT(NULL),
|