Searched refs:xDispatches (Results 1 – 1 of 1) sorted by relevance
132 XDispatch[] xDispatches = oObj.queryDispatches(descs); in _queryDispatches() local134 if (xDispatches == null) { in _queryDispatches()140 if (xDispatches.length != descs.length) { in _queryDispatches()142 + xDispatches.length in _queryDispatches()149 for (int i = 0; i < xDispatches.length; i++) { in _queryDispatches()150 if (xDispatches[i] == null) { in _queryDispatches()
Completed in 10 milliseconds