Searched defs:toCopy (Results 1 – 4 of 4) sorted by relevance
75 int toCopy = (int) Math.min(byteCount, head.limit - head.pos); in sink() local
314 const int32_t toCopy = in createTagStringWithAlternates() local345 const int32_t toCopy = in createTagStringWithAlternates() local
489 TestArrayList<String> toCopy = new TestArrayList<String>(); in testCopyOfDefensiveCopy() local517 SortedMultiset<String> toCopy = EasyMock.createMock(SortedMultiset.class); in testCopyOfSortedDefensiveCopy() local
1570 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException()1573 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =()