Lines Matching refs:seqAny
1458 Sequence<Any> seqAny; in testInterface() local
1498 xCallback->outSeqAny( seqAny); in testInterface()
1499 sprintf( buff,"XCallback::outSeqAny, length: %d )", seqAny.getLength()); in testInterface()
1501 for( i=0; i < seqAny.getLength(); i++) in testInterface()
1503 Any any= seqAny[i]; in testInterface()
1577 Sequence<Any> seqAny; in testInterface() local
1589 xCallback->outValuesAll( xSimple, aSimpleStruct, aSimpleEnum, seqAny, aAny, aBool, in testInterface()
1602 sprintf( buff,"XCallback::outSeqAny, length: %d )", seqAny.getLength()); in testInterface()
1604 for( i=0; i < seqAny.getLength(); i++) in testInterface()
1606 Any any= seqAny[i]; in testInterface()
1666 Sequence< Any >seqAny( arAny, 3); in testInterface() local
1667 xCallback->inoutSeqAny( seqAny); in testInterface()
1669 sprintf( buff, "Sequence length: %d", seqAny.getLength()); in testInterface()
1672 for( int i=0; i < seqAny.getLength(); i++) in testInterface()
1675 any <<= seqAny[i]; in testInterface()
1906 Sequence<Any> seqAny; in testInterface() local
1907 seqOutParams[3] >>= seqAny; in testInterface()
1908 for( int i=0; i<seqAny.getLength(); i++) in testInterface()
1911 seqAny[i] >>= _s; in testInterface()
2001 Sequence<Any> seqAny; in testInterface() local
2002 seqOutParams[3] >>= seqAny; in testInterface()
2003 for( int i=0; i<seqAny.getLength(); i++) in testInterface()
2006 seqAny[i] >>= _s; in testInterface()