Lines Matching refs:stashes
402 stashes = {}
410 if sh in stashes:
411 stashes[sh] += 1
413 stashes[sh] = 1
440 assert sh in stashes
442 stashes[sh] -= 1
443 if stashes[sh] == 0:
446 stashes.pop(sh)
633 stashes = {}
650 if sh not in stashes:
661 if sh in stashes:
662 stashes[sh] += 1
664 stashes[sh] = 1
699 assert sh in stashes
700 stashes[sh] -= 1
701 if stashes[sh] == 0:
703 stashes.pop(sh)