Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbStruct.cs209 LPOLESTR pwszLiteralValue; field
225 internal String pwszLiteralValue = null; field in System.Data.OleDb.tagDBLITERALINFO
H A DOleDbConnectionInternal.cs405 row[literalValue] = tag.pwszLiteralValue; in BuildInfoLiterals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx70 aInfo.pwszLiteralValue = aField.get_Value().getString(); in fillLiterals()
117 sStr = (*aIter).second.pwszLiteralValue; in getLiteral()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx66 aInfo.pwszLiteralValue = aField.get_Value().getString(); in fillLiterals()
113 sStr = (*aIter).second.pwszLiteralValue; in getLiteral()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx37 OUString pwszLiteralValue; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx40 OUString pwszLiteralValue; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs1291 pub pwszLiteralValue: super::super::Foundation::PWSTR, field
1312 pub pwszLiteralValue: super::super::Foundation::PWSTR, field
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h3589 LPOLESTR pwszLiteralValue; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h3589 LPOLESTR pwszLiteralValue; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs1670 pub pwszLiteralValue: super::super::Foundation::PWSTR,
1689 .field("pwszLiteralValue", &self.pwszLiteralValue)
1701 …self.pwszLiteralValue == other.pwszLiteralValue && self.pwszInvalidChars == other.pwszInvalidChars…