Searched refs:icvFSCreateCollection (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 247 icvFSCreateCollection( CvFileStorage* fs, int tag, CvFileNode* collection ) in icvFSCreateCollection() function 1106 CV_CALL( icvFSCreateCollection( fs, CV_NODE_TYPE(struct_flags) + in icvYMLParseValue() 1192 CV_CALL( icvFSCreateCollection( fs, struct_flags + in icvYMLParseValue() 1852 CV_CALL( icvFSCreateCollection( fs, is_noname ? CV_NODE_SEQ : CV_NODE_MAP, node )); in icvXMLParseValue() 1882 CV_CALL( icvFSCreateCollection( fs, CV_NODE_SEQ, node )); in icvXMLParseValue() 2007 CV_CALL( icvFSCreateCollection( fs, CV_NODE_IS_MAP(value_type) ? in icvXMLParseValue()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 402 icvFSCreateCollection( CvFileStorage* fs, int tag, CvFileNode* collection ) in icvFSCreateCollection() function 1206 icvFSCreateCollection( fs, CV_NODE_TYPE(struct_flags) + in icvYMLParseValue() 1292 icvFSCreateCollection( fs, struct_flags + in icvYMLParseValue() 1887 icvFSCreateCollection( fs, is_noname ? CV_NODE_SEQ : CV_NODE_MAP, node ); in icvXMLParseValue() 1917 icvFSCreateCollection( fs, CV_NODE_SEQ, node ); in icvXMLParseValue() 2047 icvFSCreateCollection( fs, CV_NODE_IS_MAP(value_type) ? in icvXMLParseValue()
|