Home
last modified time | relevance | path

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

/AOO41X/main/bridges/test/
H A Dtestcomp.cxx637 TestTypes retTypes = rRCallMe->transport( types ); in testAllTypes() local
639 OSL_ASSERT( ( types.Bool && retTypes.Bool ) || ( ! types.Bool && ! retTypes.Bool ) ); in testAllTypes()
640 OSL_ASSERT( types.Char == retTypes.Char ); in testAllTypes()
641 OSL_ASSERT( types.Byte == retTypes.Byte ); in testAllTypes()
642 OSL_ASSERT( types.Short == retTypes.Short ); in testAllTypes()
643 OSL_ASSERT( types.UShort == retTypes.UShort ); in testAllTypes()
644 OSL_ASSERT( types.Long == retTypes.Long ); in testAllTypes()
645 OSL_ASSERT( types.ULong == retTypes.ULong ); in testAllTypes()
646 OSL_ASSERT( types.Hyper == retTypes.Hyper ); in testAllTypes()
647 OSL_ASSERT( types.UHyper == retTypes.UHyper ); in testAllTypes()
[all …]