Searched refs:struct_flags (Results 1 – 4 of 4) 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/opencv3/modules/core/src/ |
D | persistence.cpp | 180 int struct_flags; member 192 int struct_flags, const char* type_name ); 214 int struct_flags; member 1203 int struct_flags = CV_NODE_FLOW + (c == '{' ? CV_NODE_MAP : CV_NODE_SEQ); in icvYMLParseValue() local 1206 icvFSCreateCollection( fs, CV_NODE_TYPE(struct_flags) + in icvYMLParseValue() 1231 if( CV_NODE_IS_MAP(struct_flags) ) in icvYMLParseValue() 1242 ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent ); in icvYMLParseValue() 1243 if( CV_NODE_IS_MAP(struct_flags) ) in icvYMLParseValue() 1251 int indent, struct_flags, is_simple; in icvYMLParseValue() local 1287 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),
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 2030 int struct_flags, const char* type_name CV_DEFAULT(NULL),
|