Home
last modified time | relevance | path

Searched refs:cvGetHashedKey (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp422 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/
Dpersistence.cpp575 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/
Dcxcore.h1629 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2258 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,