Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/source/misc/ !
H A Dtypes.cxx328 … const Sequence<sal_Int8>& rLeftSeq = *reinterpret_cast<const Sequence<sal_Int8>*>(pData); in compare_impl() local
330 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
331 … memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
340 … const Sequence<sal_uInt8>& rLeftSeq = *reinterpret_cast<const Sequence<sal_uInt8>*>(pData); in compare_impl() local
342 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
343 … memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
352 … const Sequence<sal_Int16>& rLeftSeq = *reinterpret_cast<const Sequence<sal_Int16>*>(pData); in compare_impl() local
354 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
355 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int16)… in compare_impl()
364 … const Sequence<sal_uInt16>& rLeftSeq = *reinterpret_cast<const Sequence<sal_uInt16>*>(pData); in compare_impl() local
[all …]