Lines Matching refs:GetSize

106     CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize());  in testSimple1()
111 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testSimple1()
112 aOutputMemoryStream.GetSize()); in testSimple1()
128 CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize()); in testSimple2()
133 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testSimple2()
134 aOutputMemoryStream.GetSize()); in testSimple2()
150 CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize()); in testSimple3()
155 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testSimple3()
156 aOutputMemoryStream.GetSize()); in testSimple3()
172 CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize()); in testComplex1()
177 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testComplex1()
178 aOutputMemoryStream.GetSize()); in testComplex1()
194 CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize()); in testSpec321()
199 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testSpec321()
200 aOutputMemoryStream.GetSize()); in testSpec321()
216 CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize()); in testSpec322()
221 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testSpec322()
222 aOutputMemoryStream.GetSize()); in testSpec322()
238 CPPUNIT_ASSERT_EQUAL(aReferenceMemoryStream.GetSize(), aOutputMemoryStream.GetSize()); in testSpec323()
243 const sal_uInt64 nSize = std::min(aReferenceMemoryStream.GetSize(), in testSpec323()
244 aOutputMemoryStream.GetSize()); in testSpec323()