Searched refs:argumentList (Results 1 – 14 of 14) sorted by relevance
114 def __init__(self, returntype, name, *argumentList, **conditionlist): argument117 self.argumentList = []119 self.parseArgumentList(argumentList)126 self.argumentList.append(self.rv)137 def parseArgumentList(self, argumentList): argument139 for type, name, mode in argumentList:143 self.argumentList.append(arg)148 for arg in self.argumentList:186 for arg in self.argumentList:196 for arg in self.argumentList:[all …]
96 val argumentList = arguments.map { it.toTypeName(typeParamResolver) } in toTypeName() constant105 if (argumentList.isNotEmpty()) { in toTypeName()115 argumentList.dropLast(2).toTypedArray() to argumentList.dropLast(1).last().let { in toTypeName()121 argumentList.dropLast(1).toTypedArray() to argumentList.last() in toTypeName()140 finalType = (finalType as ClassName).parameterizedBy(argumentList) in toTypeName()
36 List<?> argumentList = (List<?>) getInputArguments.invoke(runtimeMxBean); in previewFeatureEnabled() local37 return argumentList.contains("--enable-preview"); in previewFeatureEnabled()
560 Object[] argumentList = new Object[snode.getValue().size()]; in construct() local567 argumentList[index++] = constructObject(argumentNode); in construct()572 return c.newInstance(argumentList); in construct()579 List<Object> argumentList = (List<Object>) constructSequence(snode); in construct() local580 Class<?>[] parameterTypes = new Class[argumentList.size()]; in construct()582 for (Object parameter : argumentList) { in construct()599 return c.newInstance(argumentList.toArray()); in construct()
43 v = f.argumentList[-1]
88 self.argumentList.append(self.itself)
36 self.argumentList.append(dummy)38 self.argumentList.append(self.itself)
76 self.argumentList.append(self.itself)
801 self.argumentList.insert(2, self.itself)
755 argumentList: KtValueArgumentList?, in <lambda>()774 if (argumentList != null) { in <lambda>()775 brokeBeforeBrace = visitValueArgumentListInternal(argumentList) in <lambda>()
146 IdRefList *argumentList);
119 const IdRefList &argumentList);
598 IdRefList *argumentList) in ParseFunctionCall() argument608 if (argumentList) in ParseFunctionCall()612 argumentList->emplace_back(_instruction[_o++]); in ParseFunctionCall()
539 const IdRefList &argumentList) in WriteFunctionCall() argument546 for (const auto &operand : argumentList) in WriteFunctionCall()