Searched refs:GetAllocLength (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/apitests/atl/ |
H A D | CString.inl | 7 …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 D | dllimport_framedyn.cpp | 38 GetAllocLength();// ?GetAllocLength@CHString@@QBEHXZ() in UseStuff()
|
/reactos/sdk/lib/atl/ |
H A D | atlsimpstr.h | 329 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 D | CZipEnumerator.hpp | 92 err = unzGetCurrentFileInfo64(uf, NULL, buf, nameA.GetAllocLength(), NULL, 0, NULL, 0); in next()
|
/reactos/sdk/include/psdk/ |
H A D | chstring.h | 91 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 D | MainWindow.cpp | 532 FontName.GetAllocLength(), in ChangeMapFont()
|
/reactos/dll/win32/framedyn/ |
H A D | chstring.cpp | 700 int CHString::GetAllocLength() const in GetAllocLength() function in CHString
|
H A D | framedyn.spec | 31 @ 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 D | geninst.cpp | 70 zerr = unzGetCurrentFileInfo64(hzf, &fi, file, narrow.GetAllocLength(), NULL, 0, NULL, 0); in ExtractFilesFromZip()
|