Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dograpispy.cpp65 std::map<OGRLayerH, LayerDescription> oMapLayer; member in DatasetDescription
112 std::map<OGRLayerH, LayerDescription>::iterator oIter = oMapLayer.begin(); in ~DatasetDescription()
113 for(; oIter != oMapLayer.end(); ++oIter) in ~DatasetDescription()
240 if( hLayer && dd.oMapLayer.find(hLayer) == dd.oMapLayer.end() ) in OGRAPISpyGetAndRegisterLayerVar()
242 int i = (int)dd.oMapLayer.size() + 1; in OGRAPISpyGetAndRegisterLayerVar()
243 dd.oMapLayer[hLayer] = i; in OGRAPISpyGetAndRegisterLayerVar()
247 CPLSPrintf("lyr%d", (hLayer) ? dd.oMapLayer[hLayer].iLayer : 0); in OGRAPISpyGetAndRegisterLayerVar()
593 dd.oMapLayer.erase(hLayer); in OGRAPISpy_DS_ReleaseResultSet()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dograpispy.cpp75 std::map<OGRLayerH, LayerDescription> oMapLayer{}; member in __anon32da79160111::DatasetDescription
136 oMapLayer.begin(); in ~DatasetDescription()
137 for( ; oIter != oMapLayer.end(); ++oIter ) in ~DatasetDescription()
290 if( hLayer && dd.oMapLayer.find(hLayer) == dd.oMapLayer.end() ) in OGRAPISpyGetAndRegisterLayerVar()
292 const int i = static_cast<int>(dd.oMapLayer.size()) + 1; in OGRAPISpyGetAndRegisterLayerVar()
293 dd.oMapLayer[hLayer] = LayerDescription(i); in OGRAPISpyGetAndRegisterLayerVar()
299 CPLSPrintf("lyr%d", hLayer ? dd.oMapLayer[hLayer].iLayer : 0); in OGRAPISpyGetAndRegisterLayerVar()
735 dd.oMapLayer.erase(hLayer); in OGRAPISpy_DS_ReleaseResultSet()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dograpispy.cpp75 std::map<OGRLayerH, LayerDescription> oMapLayer{}; member in __anond63c495a0111::DatasetDescription
136 oMapLayer.begin(); in ~DatasetDescription()
137 for( ; oIter != oMapLayer.end(); ++oIter ) in ~DatasetDescription()
290 if( hLayer && dd.oMapLayer.find(hLayer) == dd.oMapLayer.end() ) in OGRAPISpyGetAndRegisterLayerVar()
292 const int i = static_cast<int>(dd.oMapLayer.size()) + 1; in OGRAPISpyGetAndRegisterLayerVar()
293 dd.oMapLayer[hLayer] = LayerDescription(i); in OGRAPISpyGetAndRegisterLayerVar()
299 CPLSPrintf("lyr%d", hLayer ? dd.oMapLayer[hLayer].iLayer : 0); in OGRAPISpyGetAndRegisterLayerVar()
735 dd.oMapLayer.erase(hLayer); in OGRAPISpy_DS_ReleaseResultSet()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dograpispy.cpp75 std::map<OGRLayerH, LayerDescription> oMapLayer{}; member in __anon01962a600111::DatasetDescription
136 oMapLayer.begin(); in ~DatasetDescription()
137 for( ; oIter != oMapLayer.end(); ++oIter ) in ~DatasetDescription()
290 if( hLayer && dd.oMapLayer.find(hLayer) == dd.oMapLayer.end() ) in OGRAPISpyGetAndRegisterLayerVar()
292 const int i = static_cast<int>(dd.oMapLayer.size()) + 1; in OGRAPISpyGetAndRegisterLayerVar()
293 dd.oMapLayer[hLayer] = LayerDescription(i); in OGRAPISpyGetAndRegisterLayerVar()
299 CPLSPrintf("lyr%d", hLayer ? dd.oMapLayer[hLayer].iLayer : 0); in OGRAPISpyGetAndRegisterLayerVar()
735 dd.oMapLayer.erase(hLayer); in OGRAPISpy_DS_ReleaseResultSet()