Searched refs:argTypes (Results 1 – 4 of 4) sorted by relevance
150 ITypeDescription[] argTypes; in writeReply() local155 argTypes = null; in writeReply()174 if (argTypes != null) { in writeReply()175 for (int i = 0; i < argTypes.length; ++i) { in writeReply()176 if (argTypes[i] != null) { in writeReply()444 ITypeDescription[] argTypes; in readReply() local449 argTypes = null; in readReply()454 argTypes = pending.function.getOutSignature(); in readReply()459 if (argTypes != null) { in readReply()460 for (int i = 0; i < argTypes.length; ++i) { in readReply()[all …]
51 System::Object * args[], System::Type* argTypes[], in call_uno() argument144 argTypes != NULL ? argTypes[nPos] : NULL, false ); in call_uno()
98 System::Object * args[], System::Type* argTypes[],
484 System::Type* argTypes[] = static_cast<System::Type*[]>( in Invoke() local490 method_td->pParams, args, argTypes, &pExc); in Invoke()
Completed in 29 milliseconds