OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvFileMapNode
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxpersistence.cpp
84
typedef struct
CvFileMapNode
88
struct
CvFileMapNode
* next;
90
CvFileMapNode
;
262
sizeof(
CvFileMapNode
), fs->memstorage, 16 ));
507
CvFileMapNode
* another;
529
for( another = (
CvFileMapNode
*)(map->table[i]); another != 0; another = another->next )
542
CvFileMapNode
* node = (
CvFileMapNode
*)cvSetNew( (CvSet*)map );
545
node->next = (
CvFileMapNode
*)(map->table[i]);
593
CvFileMapNode
* another
[
all
...]
/external/opencv3/modules/core/src/
persistence.cpp
167
typedef struct
CvFileMapNode
171
struct
CvFileMapNode
* next;
173
CvFileMapNode
;
413
sizeof(
CvFileMapNode
), fs->memstorage, 16 );
650
CvFileMapNode
* another;
672
for( another = (
CvFileMapNode
*)(map->table[i]); another != 0; another = another->next )
685
CvFileMapNode
* node = (
CvFileMapNode
*)cvSetNew( (CvSet*)map );
688
node->next = (
CvFileMapNode
*)(map->table[i]);
730
CvFileMapNode
* another
[
all
...]
Completed in 59 milliseconds