Searched defs:_heap_move (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1489 sub _heap_move { subroutine
1749 die "$pack: Parent cache object $cache does not support _heap_move method"
1750 unless eval { $cache->can('_heap_move') };
1794 sub _heap_move { subroutine
1796 $self->_cache->_heap_move(@_);
1815 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1828 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1838 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1865 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1868 $self->[0][1]->_heap_move(
[all...]

Completed in 23 milliseconds