Searched refs:str_hash_node (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 898 CvStringHashNode* str_hash_node; in icvYMLParseKey() local 917 CV_CALL( str_hash_node = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 )); in icvYMLParseKey() 918 CV_CALL( *value_placeholder = cvGetFileNode( fs, map_node, str_hash_node, 1 )); in icvYMLParseKey()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 1004 CvStringHashNode* str_hash_node; in icvYMLParseKey() local 1023 str_hash_node = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 ); in icvYMLParseKey() 1024 *value_placeholder = cvGetFileNode( fs, map_node, str_hash_node, 1 ); in icvYMLParseKey()
|