Searched refs:reserve (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp83 pThis->reserve(cbAlloc);
113 reserve(RT_ALIGN_Z(cchBoth + 1, IPRT_MINISTRING_APPEND_ALIGNMENT));
137 reserve(RT_ALIGN_Z(cchBoth + 1, IPRT_MINISTRING_APPEND_ALIGNMENT));
159 reserve(RT_ALIGN_Z(m_cch + 2, IPRT_MINISTRING_APPEND_ALIGNMENT));
188 reserve(RT_ALIGN_Z(m_cch + 6 + 1, IPRT_MINISTRING_APPEND_ALIGNMENT));
291 ret.reserve(cbCopy + 1); // may throw bad_alloc
409 strRet.reserve(cbNeeded);
/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp109 third.reserve(100 * 1024); // 100 KB
160 copy2.reserve(50); // should be ignored after 50 loops
168 copy2.reserve(50); // should be ignored after 50 loops
427 strLower.reserve(_4M);
430 strUpper.reserve(_4M);
463 strUpper2.reserve(strLower.length() + 64);
508 strLower2.reserve(strUpper.length() + 64);
/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp96 wstr.reserve(size / 2);
242 m_messageArray.reserve(sLen >> 3);
/vbox/include/iprt/cpp/
H A Dministring.h157 reserve(a_cTimes + 1);
244 void reserve(size_t cb) function in class:RTCString
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_ppc_netbsd.s62 addi r0,r10,96 # reserve stack for GPR and FPR register save area r0 = r10 + 96
65 stwux r9,sp,r0 # reserve stack sapce and save SP backchain
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp231 aVal.reserve(len + 1);
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A DnsStdStringWrapper.h150 mRawString.reserve(aNewCapacity);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm217 add edi, - (sizeof (IA32_REGS) + 4) ; reserve stack space
/vbox/src/VBox/Main/include/
H A DPerformance.h126 processes.reserve(mProcesses.size());
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1422 aStr.reserve(cchOut+1);
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFA.asm79 ; @param %2 The number of bytes to reserve
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h556 mem_size_t reserve; member in struct:__anon14203::__anon14216
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h480 mem_size_t reserve; member in struct:__anon1531::__anon1544
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1809 Utf8Buf.reserve(cchBuf + 1024);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp9983 strIconData.reserve(cchOut+1);

Completed in 1160 milliseconds