Searched refs:resultsList (Results 1 – 3 of 3) sorted by relevance
106 resultsList = self._defaults[old_name]108 self._defaults[new_name] = resultsList
316 SmallVector<Type, 4> resultsList; in mlirFunctionTypeGet() local318 (void)unwrapList(numResults, results, resultsList); in mlirFunctionTypeGet()319 return wrap(FunctionType::get(inputsList, resultsList, unwrap(ctx))); in mlirFunctionTypeGet()
655 List<ITestResult> resultsList = Lists.newArrayList(results); in groupResults() local656 Collections.sort(resultsList, RESULT_COMPARATOR); in groupResults()657 Iterator<ITestResult> resultsIterator = resultsList.iterator(); in groupResults()