Lines Matching refs:codemaker

394         p(new(buffer) test::codemaker::cppumaker::BigStruct) {}  in Guard()
396 ~Guard() { p->test::codemaker::cppumaker::BigStruct::~BigStruct(); } in ~Guard()
398 test::codemaker::cppumaker::BigStruct * const p;
405 new char[sizeof (test::codemaker::cppumaker::BigStruct)]); in testBigStruct()
406 for (std::size_t i = 0; i < sizeof (test::codemaker::cppumaker::BigStruct); in testBigStruct()
429 guard.p->m16, test::codemaker::cppumaker::HelperEnum_ZERO); in testBigStruct()
435 guard.p->m20, test::codemaker::cppumaker::HelperEnum_ZERO); in testBigStruct()
447 sizeof (test::codemaker::cppumaker::AlignmentDerivedStruct)); in testBigStruct()
451 cppu::UnoType< test::codemaker::cppumaker::BigStruct >::get()); in testBigStruct()
470 test::codemaker::cppumaker::Struct< sal_Unicode, sal_Int16 >()). in testPolyStruct()
473 (test::codemaker::cppumaker::make_Struct< sal_uInt32, sal_Bool >(5, 0). in testPolyStruct()
481 test::codemaker::cppumaker::TestException1 const & e1, in operator ==()
482 test::codemaker::cppumaker::TestException1 const & e2) in operator ==()
498 test::codemaker::cppumaker::TestException1 e11( in testExceptions()
501 test::codemaker::cppumaker::HelperEnum_ONE, in testExceptions()
502 test::codemaker::cppumaker::Struct<sal_Int32, sal_Int32>(5, 0), 2); in testExceptions()
503 test::codemaker::cppumaker::TestException1 e12(e11); in testExceptions()
505 test::codemaker::cppumaker::TestException1 e13; in testExceptions()
508 test::codemaker::cppumaker::TestException2 e21( in testExceptions()
511 test::codemaker::cppumaker::HelperEnum_ONE, in testExceptions()
512 test::codemaker::cppumaker::Struct<sal_Int32, sal_Int32>(5, 0), 2); in testExceptions()
513 test::codemaker::cppumaker::TestException2 e22(e21); in testExceptions()
515 test::codemaker::cppumaker::TestException2 e23; in testExceptions()
522 SAL_MIN_INT8, test::codemaker::cppumaker::Constants::byteMin); in testConstants()
524 SAL_MAX_INT8, test::codemaker::cppumaker::Constants::byteMax); in testConstants()
527 test::codemaker::cppumaker::Constants::byteNeg); in testConstants()
529 SAL_MIN_INT16, test::codemaker::cppumaker::Constants::shortMin); in testConstants()
531 SAL_MAX_INT16, test::codemaker::cppumaker::Constants::shortMax); in testConstants()
534 test::codemaker::cppumaker::Constants::unsignedShortMin); in testConstants()
537 test::codemaker::cppumaker::Constants::unsignedShortMax); in testConstants()
539 SAL_MIN_INT32, test::codemaker::cppumaker::Constants::longMin); in testConstants()
541 SAL_MAX_INT32, test::codemaker::cppumaker::Constants::longMax); in testConstants()
544 test::codemaker::cppumaker::Constants::unsignedLongMin); in testConstants()
546 SAL_MAX_UINT32, test::codemaker::cppumaker::Constants::unsignedLongMax); in testConstants()
548 SAL_MIN_INT64, test::codemaker::cppumaker::Constants::hyperMin); in testConstants()
550 SAL_MAX_INT64, test::codemaker::cppumaker::Constants::hyperMax); in testConstants()
553 test::codemaker::cppumaker::Constants::unsignedHyperMin); in testConstants()
556 test::codemaker::cppumaker::Constants::unsignedHyperMax); in testConstants()