OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mark_depth
(Results
1 - 3
of
3
) sorted by null
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm
36
has '
mark_depth
' => (
88
$self->
mark_depth
(0);
148
$self->
mark_depth
($self->
mark_depth
+ 1);
150
if ($self->
mark_depth
>= @{$self->markers}) {
154
$state = $self->markers->[$self->
mark_depth
];
160
$self->last_marker($self->
mark_depth
);
162
return $self->
mark_depth
;
187
$self->
mark_depth
($marker);
189
$self->
mark_depth
($self->mark_depth - 1)
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb
136
@stream.
mark_depth
.should == 2
138
@stream.
mark_depth
.should == 1
152
@stream.
mark_depth
.should == 2
164
@stream.
mark_depth
.should == 1
193
@stream.
mark_depth
.should == 2
222
@stream.
mark_depth
.should == 2
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb
590
def
mark_depth
method in class:ANTLR3.that.StringStream
[
all
...]
Completed in 370 milliseconds