Lines Matching refs:getValueType

199     ASSERT_TRUE(a.getValueType() == getVoidCppuType());  in TEST_F()
292 ASSERT_TRUE(a.getValueType() == getCppuType< sal_Bool >()); in TEST_F()
390 ASSERT_TRUE(a.getValueType() == getCppuType< sal_Int8 >()); in TEST_F()
488 ASSERT_TRUE(a.getValueType() == getCppuType< sal_Int16 >()); in TEST_F()
588 a.getValueType() == getCppuType(static_cast< sal_uInt16 const * >(0))); in TEST_F()
686 ASSERT_TRUE(a.getValueType() == getCppuType< sal_Int32 >()); in TEST_F()
780 ASSERT_TRUE(a.getValueType() == getCppuType< sal_uInt32 >()); in TEST_F()
874 ASSERT_TRUE(a.getValueType() == getCppuType< sal_Int64 >()); in TEST_F()
968 ASSERT_TRUE(a.getValueType() == getCppuType< sal_uInt64 >()); in TEST_F()
1062 ASSERT_TRUE(a.getValueType() == getCppuType< float >()); in TEST_F()
1156 ASSERT_TRUE(a.getValueType() == getCppuType< double >()); in TEST_F()
1251 ASSERT_TRUE(a.getValueType() == getCppuType< sal_Unicode >()); in TEST_F()
1349 ASSERT_TRUE(a.getValueType() == getCppuType< rtl::OUString >()); in TEST_F()
1443 ASSERT_TRUE(a.getValueType() == getCppuType< css::uno::Type >()); in TEST_F()
1539 a.getValueType() == getCppuType< css::uno::Sequence< sal_Int32 > >()); in TEST_F()
1638 ASSERT_TRUE(a.getValueType() == getCppuType< Enum2 >()); in TEST_F()
1736 ASSERT_TRUE(a.getValueType() == getCppuType< Struct2a >()); in TEST_F()
1844 ASSERT_TRUE(a.getValueType().getTypeName().equalsAsciiL( in TEST_F()
1856 ASSERT_TRUE(a.getValueType() == getCppuType< Exception2a >()); in TEST_F()
1970 a.getValueType() in TEST_F()
2083 a.getValueType() in TEST_F()