Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp928 icvYMLParseValue( CvFileStorage* fs, char* ptr, CvFileNode* node, in icvYMLParseValue() function
1142 CV_CALL( ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent )); in icvYMLParseValue()
1216 CV_CALL( ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, indent + 1 )); in icvYMLParseValue()
1295 CV_CALL( ptr = icvYMLParseValue( fs, ptr, root_node, CV_NODE_NONE, 0 )); in icvYMLParse()
/external/opencv3/modules/core/src/
Dpersistence.cpp1032 icvYMLParseValue( CvFileStorage* fs, char* ptr, CvFileNode* node, in icvYMLParseValue() function
1242 ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent ); in icvYMLParseValue()
1316 ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, indent + 1 ); in icvYMLParseValue()
1391 ptr = icvYMLParseValue( fs, ptr, root_node, CV_NODE_NONE, 0 ); in icvYMLParse()