Searched refs:toReturn (Results 1 – 10 of 10) sorted by relevance
87 E toReturn = list.remove(index); in remove() local89 return toReturn; in remove()95 E toReturn = list.set(index, element); in set() local97 return toReturn; in set()
61 Class<?> toReturn = loadedClasses.get(name); in setUp()62 if (toReturn == null) { in setUp()63 toReturn = super.findClass(name); in setUp()64 loadedClasses.put(name, toReturn); in setUp()66 return toReturn; in setUp()
1247 final SettableFuture<Object> toReturn = SettableFuture.create();1252 return toReturn;1267 assertThat(output.toString()).contains(toReturn.toString());
59 List<String> toReturn = new ArrayList<>(parameters.size()); in getParameterTypeNames() local66 toReturn.add(actualTypeName); in getParameterTypeNames()68 return toReturn; in getParameterTypeNames()
205 std::complex<I> toReturn(re, img);206 return toReturn;224 std::complex<I> toReturn(re, img);225 return toReturn;
134 void CBC_OnedCode39Writer::ToIntArray(int16_t a, int8_t* toReturn) { in ToIntArray() argument136 toReturn[i] = (a & (1 << i)) == 0 ? 1 : m_iWideNarrRatio; in ToIntArray()
37 void ToIntArray(int16_t a, int8_t* toReturn);
1681 strsrch->textIter->iteratordata_.toReturn = in doNextCanonicalSuffixMatch()