Searched refs:retTypes (Results 1 – 1 of 1) sorted by relevance
621 TestTypes retTypes = rRCallMe->transport( types ); in testAllTypes() local623 OSL_ASSERT( ( types.Bool && retTypes.Bool ) || ( ! types.Bool && ! retTypes.Bool ) ); in testAllTypes()624 OSL_ASSERT( types.Char == retTypes.Char ); in testAllTypes()625 OSL_ASSERT( types.Byte == retTypes.Byte ); in testAllTypes()626 OSL_ASSERT( types.Short == retTypes.Short ); in testAllTypes()627 OSL_ASSERT( types.UShort == retTypes.UShort ); in testAllTypes()628 OSL_ASSERT( types.Long == retTypes.Long ); in testAllTypes()629 OSL_ASSERT( types.ULong == retTypes.ULong ); in testAllTypes()630 OSL_ASSERT( types.Hyper == retTypes.Hyper ); in testAllTypes()631 OSL_ASSERT( types.UHyper == retTypes.UHyper ); in testAllTypes()[all …]