Home
last modified time | relevance | path

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

/trunk/main/cppu/source/uno/
H A Dsequence.cxx46 static inline uno_Sequence * reallocSeq( in reallocSeq() function
94 pSeq = reallocSeq( pSeq, sizeof(sal_Bool), nAlloc ); in idefaultConstructElements()
148 pSeq = reallocSeq( pSeq, sizeof(float), nAlloc ); in idefaultConstructElements()
162 pSeq = reallocSeq( pSeq, sizeof(double), nAlloc ); in idefaultConstructElements()
192 pSeq = reallocSeq( in idefaultConstructElements()
249 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements()
271 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements()
293 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements()
499 pSeq = reallocSeq( in icopyConstructFromElements()
545 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in icopyConstructFromElements()
[all …]

Completed in 44 milliseconds