Searched refs:re2 (Results 126 - 150 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/re2/re2/testing/
H A Ddump.cc22 #include "re2/stringpiece.h"
23 #include "re2/regexp.h"
28 namespace re2 { namespace
164 } // namespace re2
/external/chromium_org/third_party/re2/util/
H A Darena.cc7 namespace re2 { namespace
168 } // namespace re2
H A Dhash.cc1 // Modified by Russ Cox to add "namespace re2".
135 namespace re2 { namespace
231 } // namespace re2
H A Dsparse_set.h52 namespace re2 { namespace
178 } // namespace re2
H A Dstringpiece.cc5 #include "re2/stringpiece.h"
8 using re2::StringPiece;
H A Dutil.h66 namespace re2 { namespace
144 } // namespace re2
H A Dpcre.h7 // compilation as PCRE in namespace re2.
162 #include "re2/stringpiece.h"
166 namespace re2 { namespace
168 } // namespace re2
170 namespace re2 {
192 } // namespace re2
195 namespace re2 { namespace
250 // you should be using PCRE2 (re2/re2.h)
685 } // namespace re2
[all...]
/external/regex-re2/re2/
H A Dfiltered_re2.cc7 #include "re2/filtered_re2.h"
8 #include "re2/prefilter.h"
9 #include "re2/prefilter_tree.h"
11 namespace re2 { namespace
102 } // namespace re2
H A Dparse.cc20 #include "re2/regexp.h"
21 #include "re2/stringpiece.h"
22 #include "re2/unicode_casefold.h"
23 #include "re2/unicode_groups.h"
25 namespace re2 { namespace
1073 Regexp* re2; local
1074 if ((re1 = stacktop_) == NULL || (re2 = re1->down_) == NULL)
1079 if (re2->op_ != kRegexpLiteral && re2->op_ != kRegexpLiteralString)
1081 if ((re1->parse_flags_ & FoldCase) != (re2
[all...]
/external/regex-re2/re2/testing/
H A Ddump.cc22 #include "re2/stringpiece.h"
23 #include "re2/regexp.h"
28 namespace re2 { namespace
164 } // namespace re2
/external/regex-re2/util/
H A Darena.cc7 namespace re2 { namespace
168 } // namespace re2
H A Dhash.cc1 // Modified by Russ Cox to add "namespace re2".
135 namespace re2 { namespace
231 } // namespace re2
H A Dsparse_set.h52 namespace re2 { namespace
177 } // namespace re2
H A Dstringpiece.cc5 #include "re2/stringpiece.h"
8 using re2::StringPiece;
H A Dutil.h65 namespace re2 { namespace
133 } // namespace re2
H A Dpcre.h7 // compilation as PCRE in namespace re2.
162 #include "re2/stringpiece.h"
166 namespace re2 { namespace
168 } // namespace re2
170 namespace re2 {
186 } // namespace re2
189 namespace re2 { namespace
244 // you should be using PCRE2 (re2/re2.h)
679 } // namespace re2
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dparse.cc20 #include "re2/regexp.h"
21 #include "re2/stringpiece.h"
22 #include "re2/unicode_casefold.h"
23 #include "re2/unicode_groups.h"
25 namespace re2 { namespace
1073 Regexp* re2; local
1074 if ((re1 = stacktop_) == NULL || (re2 = re1->down_) == NULL)
1079 if (re2->op_ != kRegexpLiteral && re2->op_ != kRegexpLiteralString)
1081 if ((re1->parse_flags_ & FoldCase) != (re2
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule.cc23 #include <re2/re2.h>
H A Dvalidation_task.cc33 #include <re2/re2.h>
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.h43 namespace re2 { namespace
263 explicit WebRequestRedirectByRegExAction(scoped_ptr<re2::RE2> from_pattern,
281 scoped_ptr<re2::RE2> from_pattern_;
/external/chromium_org/gpu/
H A Dgpu_config.target.darwin-arm.mk131 $(LOCAL_PATH)/third_party/re2 \
244 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.darwin-arm64.mk120 $(LOCAL_PATH)/third_party/re2 \
221 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.darwin-mips.mk123 $(LOCAL_PATH)/third_party/re2 \
228 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.darwin-mips64.mk123 $(LOCAL_PATH)/third_party/re2 \
228 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.darwin-x86.mk126 $(LOCAL_PATH)/third_party/re2 \
233 $(LOCAL_PATH)/third_party/re2 \

Completed in 1941 milliseconds

1234567891011>>