Home
last modified time | relevance | path

Searched refs:is_end (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
Dnode_iterators.hpp184 const bool is_end = m_p_begin_value == m_p_end_value; in operator ==() local
187 if (is_end) in operator ==()
191 return (is_end); in operator ==()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
DPullParserToken.pm16 sub is_end { $_[0][0] eq 'end' } subroutine
DPullParser.pm374 } elsif( $token->is_end and $token->tagname eq 'head1' ) {
432 } elsif( $token->is_end and $content_containers{ $token->tagname } ) {
DHTML.pm492 last if $to_unget[-1]->is_end
841 elsif($t->is_end and $t->tag eq 'X') { --$x_open }