Home
last modified time | relevance | path

Searched refs:CvStringHashNode (Results 1 – 6 of 6) 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/opencv3/modules/core/src/
Dpersistence.cpp170 const CvStringHashNode* key;
574 CV_IMPL CvStringHashNode*
577 CvStringHashNode* node = 0; in cvGetHashedKey()
602 for( node = (CvStringHashNode*)(map->table[i]); node != 0; node = node->next ) in cvGetHashedKey()
612 node = (CvStringHashNode*)cvSetNew( (CvSet*)map ); in cvGetHashedKey()
615 node->next = (CvStringHashNode*)(map->table[i]); in cvGetHashedKey()
625 const CvStringHashNode* key, in cvGetFileNode()
753 const CvStringHashNode* key = another->key; in cvGetFileNodeByName()
1004 CvStringHashNode* str_hash_node; in icvYMLParseKey()
1817 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,
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1743 typedef struct CvStringHashNode struct
1747 struct CvStringHashNode* next; argument
1749 CvStringHashNode; typedef
Dcore_c.h2258 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,
2287 const CvStringHashNode* key,