Searched refs:cvGetHashedKey (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 422 cvGetHashedKey( CvFileStorage* fs, const char* str, int len, int create_missing ) in cvGetHashedKey() function 917 CV_CALL( str_hash_node = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 )); in icvYMLParseKey() 2080 CV_CALL( attrname = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 )); in icvXMLParseTag()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 575 cvGetHashedKey( CvFileStorage* fs, const char* str, int len, int create_missing ) in cvGetHashedKey() function 1023 str_hash_node = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 ); in icvYMLParseKey() 2115 attrname = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 ); in icvXMLParseTag()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1629 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 2258 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,
|