Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/tests/src/providers/grass/
H A Dtestqgsgrassprovider.cpp364 GVERIFY( ok ); in fatalError()
377 GVERIFY( ok ); in locations()
391 GVERIFY( false ); in mapsets()
454 GVERIFY( ok ); in mapsets()
475 GVERIFY( ok ); in maps()
502 GVERIFY( ok ); in vectorLayers()
539 GVERIFY( ok ); in region()
626 GVERIFY( ok ); in info()
847 GVERIFY( ok ); in rasterImport()
903 GVERIFY( ok ); in vectorImport()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/providers/grass/
H A Dtestqgsgrassprovider.cpp364 GVERIFY( ok ); in fatalError()
377 GVERIFY( ok ); in locations()
391 GVERIFY( false ); in mapsets()
454 GVERIFY( ok ); in mapsets()
475 GVERIFY( ok ); in maps()
502 GVERIFY( ok ); in vectorLayers()
539 GVERIFY( ok ); in region()
626 GVERIFY( ok ); in info()
847 GVERIFY( ok ); in rasterImport()
903 GVERIFY( ok ); in vectorImport()
[all …]
/dports/biology/libgff/libgff-2.0.0/include/
H A DGBase.h121 #define GVERIFY(condition) \ macro
134 #define GVERIFY(condition) macro
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGBase.h127 #define GVERIFY(condition) \ macro
140 #define GVERIFY(condition) macro
H A DGIntervalTree.hh268 GVERIFY(y->high <= currentHigh); in CheckMaxHighFieldsHelper()