Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalclientserver.cpp3367 std::map< std::pair<CPLString,CPLString>, char*>::iterator oIterItem = in ~GDALClientDataset() local
3369 for( ; oIterItem != aoMapMetadataItem.end(); ++oIterItem ) in ~GDALClientDataset()
3370 CPLFree(oIterItem->second); in ~GDALClientDataset()
4132 std::map< std::pair<CPLString,CPLString>, char*>::iterator oIterItem = in ~GDALClientRasterBand() local
4134 for( ; oIterItem != aoMapMetadataItem.end(); ++oIterItem ) in ~GDALClientRasterBand()
4135 CPLFree(oIterItem->second); in ~GDALClientRasterBand()