Searched refs:rLeftSeq (Results 1 – 1 of 1) sorted by relevance
328 … const Sequence<sal_Int8>& rLeftSeq = *reinterpret_cast<const Sequence<sal_Int8>*>(pData); in compare_impl() local330 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() local342 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() local354 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 …]