Searched refs:xpttype (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/java/tools/genifaces/
H A DGenerateJavaInterfaces.cpp829 nsXPTType xpttype; local
830 rv = aIInfo->GetTypeForParam(aMethodIndex, aParamInfo, 1, &xpttype);
834 rv = WriteType(out, &xpttype, aIInfo, aMethodIndex, aParamInfo);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaWrapper.cpp1640 nsXPTType xpttype; local
1641 rv = iinfo->GetTypeForParam(methodIndex, &paramInfo, 1, &xpttype);
1644 arrayType = xpttype.TagPart();

Completed in 1240 milliseconds