Searched refs:next_raw (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DIterator.pm29 sub next_raw { ... }
54 =head3 C<next_raw>
58 while ( my $item = $iter->next_raw ) { ... }
66 my $line = $self->next_raw;
73 $line .= ( $self->next_raw || '' );
79 sub next_raw { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dprocess.t47 while ( defined( my $line = $proc->next_raw ) ) {
H A Dgrammar.t454 my $first = $aiter->next_raw;
H A Dparse.t801 # firstly we'll create a iterator that dies when its next_raw method is called
809 sub next_raw { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DStream.pm57 =head3 C<next_raw>
74 sub next_raw { subroutine
H A DArray.pm47 =head3 C<next_raw>
82 sub next_raw { subroutine
H A DProcess.pm65 =head3 C<next_raw>
306 sub next_raw { subroutine

Completed in 72 milliseconds