Home
last modified time | relevance | path

Searched refs:CvFileMapNode (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp84 typedef struct CvFileMapNode struct
88 struct CvFileMapNode* next; argument
90 CvFileMapNode; typedef
262 sizeof(CvFileMapNode), fs->memstorage, 16 )); in icvFSCreateCollection()
507 CvFileMapNode* another; in cvGetFileNode()
529 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNode()
542 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map ); in cvGetFileNode()
545 node->next = (CvFileMapNode*)(map->table[i]); in cvGetFileNode()
593 CvFileMapNode* another; in cvGetFileNodeByName()
614 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNodeByName()
[all …]
/external/opencv3/modules/core/src/
Dpersistence.cpp167 typedef struct CvFileMapNode struct
171 struct CvFileMapNode* next; argument
173 CvFileMapNode; typedef
413 sizeof(CvFileMapNode), fs->memstorage, 16 ); in icvFSCreateCollection()
650 CvFileMapNode* another; in cvGetFileNode()
672 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNode()
685 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map ); in cvGetFileNode()
688 node->next = (CvFileMapNode*)(map->table[i]); in cvGetFileNode()
730 CvFileMapNode* another; in cvGetFileNodeByName()
751 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNodeByName()
[all …]