CV_NODE_IS_MAP   1926 apps/traincascade/old_ml_boost.cpp     if( !fnode || !CV_NODE_IS_MAP(fnode->tag) )
CV_NODE_IS_MAP    404 modules/core/src/persistence.cpp     if( CV_NODE_IS_MAP(tag) )
CV_NODE_IS_MAP    656 modules/core/src/persistence.cpp         if( !CV_NODE_IS_MAP(map_node->tag) )
CV_NODE_IS_MAP    735 modules/core/src/persistence.cpp         if( !CV_NODE_IS_MAP(map_node->tag) )
CV_NODE_IS_MAP   1231 modules/core/src/persistence.cpp             if( CV_NODE_IS_MAP(struct_flags) )
CV_NODE_IS_MAP   1243 modules/core/src/persistence.cpp             if( CV_NODE_IS_MAP(struct_flags) )
CV_NODE_IS_MAP   1302 modules/core/src/persistence.cpp             if( CV_NODE_IS_MAP(struct_flags) )
CV_NODE_IS_MAP   1317 modules/core/src/persistence.cpp             if( CV_NODE_IS_MAP(struct_flags) )
CV_NODE_IS_MAP   1428 modules/core/src/persistence.cpp         if( (CV_NODE_IS_MAP(struct_flags) ^ (key != 0)) )
CV_NODE_IS_MAP   1469 modules/core/src/persistence.cpp         if( !CV_NODE_IS_MAP(struct_flags) )
CV_NODE_IS_MAP   1526 modules/core/src/persistence.cpp         char c = CV_NODE_IS_MAP(struct_flags) ? '{' : '[';
CV_NODE_IS_MAP   1572 modules/core/src/persistence.cpp         *ptr++ = CV_NODE_IS_MAP(struct_flags) ? '}' : ']';
CV_NODE_IS_MAP   1578 modules/core/src/persistence.cpp         memcpy( ptr, CV_NODE_IS_MAP(struct_flags) ? "{}" : "[]", 2 );
CV_NODE_IS_MAP   2047 modules/core/src/persistence.cpp         icvFSCreateCollection( fs, CV_NODE_IS_MAP(value_type) ?
CV_NODE_IS_MAP   2284 modules/core/src/persistence.cpp             if( CV_NODE_IS_MAP(struct_flags) ^ (key != 0) )
CV_NODE_IS_MAP   2444 modules/core/src/persistence.cpp     if( CV_NODE_IS_MAP(fs->struct_flags) ||
CV_NODE_IS_MAP   3391 modules/core/src/persistence.cpp     int is_map = CV_NODE_IS_MAP(node->tag);
CV_NODE_IS_MAP   5057 modules/core/src/persistence.cpp             if( !CV_NODE_IS_MAP( node->tag ))
CV_NODE_IS_MAP   1044 modules/ml/src/gbt.cpp     if( !fnode || !CV_NODE_IS_MAP(fnode->tag) )
CV_NODE_IS_MAP   2092 modules/objdetect/src/haar.cpp         if( !CV_NODE_IS_MAP( stage_fn->tag ) )
CV_NODE_IS_MAP   2153 modules/objdetect/src/haar.cpp                 if( !CV_NODE_IS_MAP( node_fn->tag ) )
CV_NODE_IS_MAP   2160 modules/objdetect/src/haar.cpp                 if( !feature_fn || !CV_NODE_IS_MAP( feature_fn->tag ) )