Searched refs:CvStringHashNode (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 87 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/ |
D | persistence.cpp | 170 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/ |
D | cxtypes.h | 1701 typedef struct CvStringHashNode struct 1705 struct CvStringHashNode* next; argument 1707 CvStringHashNode; typedef
|
D | cxcore.h | 1629 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name, 1641 const CvStringHashNode* key,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1743 typedef struct CvStringHashNode struct 1747 struct CvStringHashNode* next; argument 1749 CvStringHashNode; typedef
|
D | core_c.h | 2258 CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name, 2287 const CvStringHashNode* key,
|