Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/atl/
H A DCString.inl7 …ok(test.GetAllocLength() == 0, "Expected GetAllocLength() to be 0, was: %i\n", test.GetAllocLength
20 //ok_int(first.GetAllocLength(), 6);
25 //ok_int(second.GetAllocLength(), 6);
30 //ok_int(test.GetAllocLength(), 6);
35 //ok_int(test.GetAllocLength(), 0);
40 //ok_int(test.GetAllocLength(), 6);
45 //ok_int(test.GetAllocLength(), 12);
50 //ok_int(test.GetAllocLength(), 12);
66 //ok_int(test.GetAllocLength(), 0);
72 //ok_int(test.GetAllocLength(), 6);
[all …]
/reactos/modules/rostests/tests/dllexport/
H A Ddllimport_framedyn.cpp38 GetAllocLength();// ?GetAllocLength@CHString@@QBEHXZ() in UseStuff()
/reactos/sdk/lib/atl/
H A Datlsimpstr.h329 CopyCharsOverlapped(pszBuffer, GetAllocLength(), in SetString()
334 CopyChars(pszBuffer, GetAllocLength(), pszSrc, nLength); in SetString()
357 int GetAllocLength() const noexcept in GetAllocLength() function
/reactos/dll/shellext/zipfldr/
H A DCZipEnumerator.hpp92 err = unzGetCurrentFileInfo64(uf, NULL, buf, nameA.GetAllocLength(), NULL, 0, NULL, 0); in next()
/reactos/sdk/include/psdk/
H A Dchstring.h91 int GetAllocLength() const;
233 DEFINE_FRAMEDYN_ALIAS(__ZNK8CHString14GetAllocLengthEv, ?GetAllocLength@CHString@@QBEHXZ)
316 DEFINE_FRAMEDYN_ALIAS(_ZNK8CHString14GetAllocLengthEv, ?GetAllocLength@CHString@@QEBAHXZ) // public…
/reactos/base/applications/charmap_new/
H A DMainWindow.cpp532 FontName.GetAllocLength(), in ChangeMapFont()
/reactos/dll/win32/framedyn/
H A Dchstring.cpp700 int CHString::GetAllocLength() const in GetAllocLength() function in CHString
H A Dframedyn.spec31 @ thiscall -arch=i386 ?GetAllocLength@CHString@@QBEHXZ() _ZNK8CHString14GetAllocLengthEv # public: …
113 @ thiscall -arch=win64 ?GetAllocLength@CHString@@QEBAHXZ() _ZNK8CHString14GetAllocLengthEv # public…
442 @ cdecl -arch=arm ?GetAllocLength@CHString@@QBAHXZ()
/reactos/base/applications/rapps/
H A Dgeninst.cpp70 zerr = unzGetCurrentFileInfo64(hzf, &fi, file, narrow.GetAllocLength(), NULL, 0, NULL, 0); in ExtractFilesFromZip()