Searched refs:aStructC (Results 1 – 2 of 2) sorted by relevance
212 StructC aStructC; in test_corefl() local213 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()270 blup <<= aStructC; in test_corefl()288 blup <<= aStructC; in test_corefl()302 blup <<= aStructC; in test_corefl()[all …]
52 StructC aStructC;89 …sequence<ModuleA::StructB> methodC([in] ModuleA::StructC aStructC, [inout] ModuleA::StructA aStruc…
Completed in 17 milliseconds