OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stacktop_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
parse.cc
155
Regexp*
stacktop_
;
member in class:re2::Regexp::ParseState
170
status_(status),
stacktop_
(NULL), ncap_(0) {
180
for (Regexp* re =
stacktop_
; re != NULL; re = next) {
235
re->down_ =
stacktop_
;
236
stacktop_
= re;
449
if (
stacktop_
== NULL || IsMarker(
stacktop_
->op())) {
459
re->down_ =
stacktop_
->down_;
460
re->sub()[0] = FinishRegexp(
stacktop_
);
462
stacktop_
= re
[
all
...]
/external/regex-re2/re2/
parse.cc
155
Regexp*
stacktop_
;
member in class:re2::Regexp::ParseState
170
status_(status),
stacktop_
(NULL), ncap_(0) {
180
for (Regexp* re =
stacktop_
; re != NULL; re = next) {
235
re->down_ =
stacktop_
;
236
stacktop_
= re;
449
if (
stacktop_
== NULL || IsMarker(
stacktop_
->op())) {
459
re->down_ =
stacktop_
->down_;
460
re->sub()[0] = FinishRegexp(
stacktop_
);
462
stacktop_
= re
[
all
...]
Completed in 25 milliseconds