Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp1847 json_object* poWildcard = nullptr; in ProcessAttributes() local
1969 if( poWildcard == nullptr ) in ProcessAttributes()
1970 poWildcard = json_object_new_object(); in ProcessAttributes()
1976 json_object_object_add(poWildcard, in ProcessAttributes()
2038 if( poWildcard != nullptr ) in ProcessAttributes()
2043 json_object_get_string(poWildcard) ); in ProcessAttributes()
2044 json_object_put(poWildcard); in ProcessAttributes()
H A Dogrgmlasschemaanalyzer.cpp3570 XSWildcard* poWildcard = poParticle->getWildcardTerm(); in ExploreModelGroup() local
3579 GetAnnotationDoc( poWildcard->getAnnotation() ) ); in ExploreModelGroup()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp1847 json_object* poWildcard = nullptr;
1969 if( poWildcard == nullptr )
1970 poWildcard = json_object_new_object();
1976 json_object_object_add(poWildcard,
2038 if( poWildcard != nullptr )
2043 json_object_get_string(poWildcard) );
2044 json_object_put(poWildcard);
H A Dogrgmlasschemaanalyzer.cpp3570 XSWildcard* poWildcard = poParticle->getWildcardTerm();
3579 GetAnnotationDoc( poWildcard->getAnnotation() ) );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp1847 json_object* poWildcard = nullptr; in ProcessAttributes() local
1969 if( poWildcard == nullptr ) in ProcessAttributes()
1970 poWildcard = json_object_new_object(); in ProcessAttributes()
1976 json_object_object_add(poWildcard, in ProcessAttributes()
2038 if( poWildcard != nullptr ) in ProcessAttributes()
2043 json_object_get_string(poWildcard) ); in ProcessAttributes()
2044 json_object_put(poWildcard); in ProcessAttributes()
H A Dogrgmlasschemaanalyzer.cpp3570 XSWildcard* poWildcard = poParticle->getWildcardTerm(); in ExploreModelGroup() local
3579 GetAnnotationDoc( poWildcard->getAnnotation() ) ); in ExploreModelGroup()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/elastic/
H A Dogrelasticlayer.cpp3320 json_object* poWildcard = json_object_new_object(); in TranslateSQLToFilter() local
3321 json_object_object_add(poRet, "wildcard", poWildcard); in TranslateSQLToFilter()
3322 json_object_object_add(poWildcard, osPath, in TranslateSQLToFilter()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/elastic/
H A Dogrelasticlayer.cpp3320 json_object* poWildcard = json_object_new_object();
3321 json_object_object_add(poRet, "wildcard", poWildcard);
3322 json_object_object_add(poWildcard, osPath,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/elastic/
H A Dogrelasticlayer.cpp3320 json_object* poWildcard = json_object_new_object(); in TranslateSQLToFilter() local
3321 json_object_object_add(poRet, "wildcard", poWildcard); in TranslateSQLToFilter()
3322 json_object_object_add(poWildcard, osPath, in TranslateSQLToFilter()