Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h550 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
605 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
654 …( (This)->lpVtbl -> MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOperat…
742 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
813 #define IQuerySolution_MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOper… argument
1066 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1077 /* [unique][in] */ LPCWSTR pszValueType,
1119 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1131 /* [unique][in] */ LPCWSTR pszValueType,
1169 #define IConditionGenerator_DefaultPhrase(This,pszValueType,ppropvar,fUseEnglish,ppszPhrase) \ argument
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h550 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
605 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
654 …( (This)->lpVtbl -> MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOperat…
742 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
813 #define IQuerySolution_MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOper… argument
1066 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1077 /* [unique][in] */ LPCWSTR pszValueType,
1119 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1131 /* [unique][in] */ LPCWSTR pszValueType,
1169 #define IConditionGenerator_DefaultPhrase(This,pszValueType,ppropvar,fUseEnglish,ppszPhrase) \ argument
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h550 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
605 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
654 …( (This)->lpVtbl -> MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOperat…
742 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
813 #define IQuerySolution_MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOper… argument
1066 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1077 /* [unique][in] */ LPCWSTR pszValueType,
1119 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1131 /* [unique][in] */ LPCWSTR pszValueType,
1169 #define IConditionGenerator_DefaultPhrase(This,pszValueType,ppropvar,fUseEnglish,ppszPhrase) \ argument
[all …]
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h550 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
605 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
654 …( (This)->lpVtbl -> MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOperat…
742 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
813 #define IQuerySolution_MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOper… argument
1066 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1077 /* [unique][in] */ LPCWSTR pszValueType,
1119 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1131 /* [unique][in] */ LPCWSTR pszValueType,
1169 #define IConditionGenerator_DefaultPhrase(This,pszValueType,ppropvar,fUseEnglish,ppszPhrase) \ argument
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h550 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
605 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
654 …( (This)->lpVtbl -> MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOperat…
742 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
813 #define IQuerySolution_MakeLeaf(This,pszPropertyName,op,pszValueType,pValue,pPropertyNameTerm,pOper… argument
1066 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1077 /* [unique][in] */ LPCWSTR pszValueType,
1119 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValueType,
1131 /* [unique][in] */ LPCWSTR pszValueType,
1169 #define IConditionGenerator_DefaultPhrase(This,pszValueType,ppropvar,fUseEnglish,ppszPhrase) \ argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp483 const char* pszValueType, in GetOGRFieldType() argument
487 if (!bAutodetectTypes || pszValueType == nullptr) in GetOGRFieldType()
489 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
491 else if (strcmp(pszValueType, "float") == 0 || in GetOGRFieldType()
492 strcmp(pszValueType, "currency") == 0) in GetOGRFieldType()
505 else if (strcmp(pszValueType, "percentage") == 0) in GetOGRFieldType()
507 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
514 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
518 else if (strcmp(pszValueType, "bool") == 0) in GetOGRFieldType()
H A Dogr_ods.h189 const char* pszValueType,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp483 const char* pszValueType, in GetOGRFieldType() argument
487 if (!bAutodetectTypes || pszValueType == nullptr) in GetOGRFieldType()
489 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
491 else if (strcmp(pszValueType, "float") == 0 || in GetOGRFieldType()
492 strcmp(pszValueType, "currency") == 0) in GetOGRFieldType()
505 else if (strcmp(pszValueType, "percentage") == 0) in GetOGRFieldType()
507 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
514 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
518 else if (strcmp(pszValueType, "bool") == 0) in GetOGRFieldType()
H A Dogr_ods.h189 const char* pszValueType,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp483 const char* pszValueType, in GetOGRFieldType() argument
487 if (!bAutodetectTypes || pszValueType == nullptr) in GetOGRFieldType()
489 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
491 else if (strcmp(pszValueType, "float") == 0 || in GetOGRFieldType()
492 strcmp(pszValueType, "currency") == 0) in GetOGRFieldType()
505 else if (strcmp(pszValueType, "percentage") == 0) in GetOGRFieldType()
507 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
514 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
518 else if (strcmp(pszValueType, "bool") == 0) in GetOGRFieldType()
H A Dogr_ods.h189 const char* pszValueType,
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp421 const char* pszValueType) in GetOGRFieldType() argument
423 if (!bAutodetectTypes || pszValueType == NULL) in GetOGRFieldType()
425 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
427 else if (strcmp(pszValueType, "float") == 0 || in GetOGRFieldType()
428 strcmp(pszValueType, "currency") == 0) in GetOGRFieldType()
441 else if (strcmp(pszValueType, "percentage") == 0) in GetOGRFieldType()
443 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
450 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
H A Dogr_ods.h179 const char* pszValueType);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/xlsx/
H A Dogrxlsxdatasource.cpp465 const char* pszValueType, in GetOGRFieldType() argument
469 if (!bAutodetectTypes || pszValueType == nullptr) in GetOGRFieldType()
471 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
473 else if (strcmp(pszValueType, "float") == 0) in GetOGRFieldType()
489 else if (strcmp(pszValueType, "datetime") == 0 || in GetOGRFieldType()
490 strcmp(pszValueType, "datetime_ms") == 0) in GetOGRFieldType()
494 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
498 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
502 else if( strcmp(pszValueType, "bool") == 0 ) in GetOGRFieldType()
H A Dogr_xlsx.h220 const char* pszValueType,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/xlsx/
H A Dogrxlsxdatasource.cpp465 const char* pszValueType, in GetOGRFieldType() argument
469 if (!bAutodetectTypes || pszValueType == nullptr) in GetOGRFieldType()
471 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
473 else if (strcmp(pszValueType, "float") == 0) in GetOGRFieldType()
489 else if (strcmp(pszValueType, "datetime") == 0 || in GetOGRFieldType()
490 strcmp(pszValueType, "datetime_ms") == 0) in GetOGRFieldType()
494 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
498 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
502 else if( strcmp(pszValueType, "bool") == 0 ) in GetOGRFieldType()
H A Dogr_xlsx.h220 const char* pszValueType,
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/xlsx/
H A Dogrxlsxdatasource.cpp465 const char* pszValueType, in GetOGRFieldType() argument
469 if (!bAutodetectTypes || pszValueType == nullptr) in GetOGRFieldType()
471 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
473 else if (strcmp(pszValueType, "float") == 0) in GetOGRFieldType()
489 else if (strcmp(pszValueType, "datetime") == 0 || in GetOGRFieldType()
490 strcmp(pszValueType, "datetime_ms") == 0) in GetOGRFieldType()
494 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
498 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
502 else if( strcmp(pszValueType, "bool") == 0 ) in GetOGRFieldType()
H A Dogr_xlsx.h220 const char* pszValueType,
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/xlsx/
H A Dogrxlsxdatasource.cpp420 const char* pszValueType) in GetOGRFieldType() argument
422 if (!bAutodetectTypes || pszValueType == NULL) in GetOGRFieldType()
424 else if (strcmp(pszValueType, "string") == 0) in GetOGRFieldType()
426 else if (strcmp(pszValueType, "float") == 0) in GetOGRFieldType()
442 else if (strcmp(pszValueType, "datetime") == 0 || in GetOGRFieldType()
443 strcmp(pszValueType, "datetime_ms") == 0) in GetOGRFieldType()
447 else if (strcmp(pszValueType, "date") == 0) in GetOGRFieldType()
451 else if (strcmp(pszValueType, "time") == 0) in GetOGRFieldType()
H A Dogr_xlsx.h207 const char* pszValueType);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dgdal.h278 char *pszValueType; /* "boolean", "int", "float", "string", member
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdal.h164 char *pszValueType; /* "boolean", "int", "float", "string", member