Home
last modified time | relevance | path

Searched refs:CvStringHashNode (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp87 const CvStringHashNode* key;
421 CV_IMPL CvStringHashNode*
424 CvStringHashNode* node = 0; in cvGetHashedKey()
452 for( node = (CvStringHashNode*)(map->table[i]); node != 0; node = node->next ) in cvGetHashedKey()
462 node = (CvStringHashNode*)cvSetNew( (CvSet*)map ); in cvGetHashedKey()
465 node->next = (CvStringHashNode*)(map->table[i]); in cvGetHashedKey()
477 const CvStringHashNode* key, in cvGetFileNode()
616 const CvStringHashNode* key = another->key; in cvGetFileNodeByName()
898 CvStringHashNode* str_hash_node; in icvYMLParseKey()
1778 icvXMLParseTag( CvFileStorage* fs, char* ptr, CvStringHashNode** _tag,
[all …]
/external/opencv/cxcore/include/
Dcxtypes.h1701 typedef struct CvStringHashNode struct
1705 struct CvStringHashNode* next; argument
1707 CvStringHashNode; typedef
Dcxcore.h1629 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,
1641 const CvStringHashNode* key,