Home | History | Annotate | Download | only in collect

Lines Matching defs:WRAP

433     enum WrapWithIterable { WRAP, NO_WRAP }
438 WrapWithIterable wrap) {
443 Iterable<Integer> iterableToCopy = wrap == WrapWithIterable.WRAP
458 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) {
466 wrap);
471 wrap);
476 wrap);
481 wrap);
486 wrap);
491 wrap);
496 wrap);
501 wrap);
506 wrap);
511 wrap);
516 wrap);
532 runConcurrentlyMutatedTest(WrapWithIterable.WRAP);