Lines Matching defs:CvFileStorage
118 typedef struct CvFileStorage struct
120 int flags;
121 int is_xml;
122 int write_mode;
123 int is_first;
124 CvMemStorage* memstorage;
125 CvMemStorage* dststorage;
126 CvMemStorage* strstorage;
127 CvStringHash* str_hash;
128 CvSeq* roots;
129 CvSeq* write_stack;
130 int struct_indent;
154 CvFileStorage; argument