Searched refs:Grow (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmVector.h142 nsresult Grow(); // mCapacity += GROWTH_INC - realloc()s
H A DtmVector.cpp83 if (NS_FAILED(Grow()))
147 tmVector::Grow() {
163 // for one more add before needing to Grow().
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.h56 NS_IMETHOD_(PRBool) Grow(PRUint32 aNewSize);
H A DnsUnicharBuffer.h55 NS_IMETHOD_(PRBool) Grow(PRInt32 aNewSize);
H A DnsIUnicharBuffer.h56 NS_IMETHOD_(PRBool) Grow(PRInt32 aNewSize) = 0;
H A DnsIByteBuffer.h71 /** Grow buffer to aNewSize bytes. */
72 NS_IMETHOD_(PRBool) Grow(PRUint32 aNewSize) = 0;
H A DnsUnicharBuffer.cpp107 UnicharBufferImpl::Grow(PRInt32 aNewSize) function in class:UnicharBufferImpl
H A DnsByteBuffer.cpp108 ByteBufferImpl::Grow(PRUint32 aNewSize) function in class:ByteBufferImpl

Completed in 51 milliseconds