Lines Matching refs:aStructC
212 StructC aStructC; in test_corefl() local
213 aStructC.aLong = aConstLong; in test_corefl()
214 aStructC.aShort = aConstShort; in test_corefl()
215 aStructC.aFloat = aConstFloat; in test_corefl()
216 aStructC.aDouble = aConstDouble; in test_corefl()
217 aStructC.aInterfaceSeq = Sequence<Reference<XInterface > >(); in test_corefl()
225 Any aStructAny(&aStructC, ::getCppuType( (const StructC *) 0 )); in test_corefl()
231 …Any(&aStructC, ::getCppuType( (const StructC *)0 ))).getValue() == aConstLong, "test_RegCoreReflec… in test_corefl()
270 blup <<= aStructC; in test_corefl()
288 blup <<= aStructC; in test_corefl()
302 blup <<= aStructC; in test_corefl()
327 params.getArray()[0].setValue(&aStructC, ::getCppuType( (const StructC *)0 )); in test_corefl()
328 params.getArray()[1].setValue(&aStructC, ::getCppuType( (const StructC *)0 )); in test_corefl()
353 params.getArray()[0].setValue(&aStructC, ::getCppuType( (const StructC *)0 )); in test_corefl()