Searched refs:reallocSeq (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/cppu/source/uno/ |
H A D | sequence.cxx | 46 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 15 milliseconds