Searched refs:re2 (Results 101 - 125 of 302) sorted by relevance

1234567891011>>

/external/regex-re2/re2/testing/
H A Dsimplify_test.cc10 #include "re2/regexp.h"
12 namespace re2 { namespace
167 } // namespace re2
H A Dstring_generator.cc12 #include "re2/testing/string_generator.h"
14 namespace re2 { namespace
112 } // namespace re2
H A Dregexp_test.cc10 #include "re2/regexp.h"
12 namespace re2 { namespace
81 } // namespace re2
H A Dstring_generator_test.cc11 #include "re2/testing/string_generator.h"
12 #include "re2/testing/regexp_generator.h"
14 namespace re2 { namespace
109 } // namespace re2
H A Dtester.h11 #include "re2/stringpiece.h"
12 #include "re2/prog.h"
13 #include "re2/regexp.h"
14 #include "re2/re2.h"
17 namespace re2 { namespace
119 } // namespace re2
/external/regex-re2/re2/
H A Dunicode_casefold.cc5 #include "re2/unicode_casefold.h"
7 namespace re2 { namespace
467 } // namespace re2
H A Dstringpiece.h27 namespace re2 { namespace
177 } // namespace re2
180 extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece);
H A Dmimics_pcre.cc26 #include "re2/regexp.h"
27 #include "re2/walker-inl.h"
29 namespace re2 { namespace
185 } // namespace re2
H A Dperl_groups.cc4 #include "re2/unicode_groups.h"
6 namespace re2 { namespace
119 } // namespace re2
H A Dsimplify.cc10 #include "re2/regexp.h"
11 #include "re2/walker-inl.h"
13 namespace re2 { namespace
118 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
295 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2, argument
303 subs[1] = re2;
393 } // namespace re2
/external/regex-re2/util/
H A Dstringprintf.cc7 namespace re2 { namespace
78 } // namespace re2
H A Dstrutil.cc6 #include "re2/stringpiece.h"
8 namespace re2 { namespace
97 } // namespace re2
H A Dtest.h53 namespace re2 { namespace
55 } // namespace re2
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_data.cc28 #include <re2/re2.h>
H A Daddress_input_helper.cc27 #include <re2/re2.h>
/external/chromium_org/third_party/re2/re2/
H A Dstringpiece.h30 namespace re2 { namespace
180 } // namespace re2
183 extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece);
H A Dmimics_pcre.cc26 #include "re2/regexp.h"
27 #include "re2/walker-inl.h"
29 namespace re2 { namespace
185 } // namespace re2
H A Dperl_groups.cc4 #include "re2/unicode_groups.h"
6 namespace re2 { namespace
119 } // namespace re2
H A Dsimplify.cc10 #include "re2/regexp.h"
11 #include "re2/walker-inl.h"
13 namespace re2 { namespace
118 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
295 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2, argument
303 subs[1] = re2;
393 } // namespace 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
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_test.cc10 #include "re2/regexp.h"
12 namespace re2 { namespace
81 } // namespace re2
H A Dstring_generator_test.cc11 #include "re2/testing/string_generator.h"
12 #include "re2/testing/regexp_generator.h"
14 namespace re2 { namespace
109 } // namespace re2
H A Dtester.h11 #include "re2/stringpiece.h"
12 #include "re2/prog.h"
13 #include "re2/regexp.h"
14 #include "re2/re2.h"
17 namespace re2 { namespace
119 } // namespace re2
/external/chromium_org/components/policy/core/common/
H A Dschema.cc21 #include "third_party/re2/re2/re2.h"
182 re2::RE2* CompileRegex(const std::string& pattern) const;
250 mutable std::map<std::string, re2::RE2*> regex_cache_;
251 STLValueDeleter<std::map<std::string, re2::RE2*> > regex_cache_deleter_;
343 re2::RE2* Schema::InternalStorage::CompileRegex(
345 std::map<std::string, re2::RE2*>::iterator it = regex_cache_.find(pattern);
347 re2::RE2* compiled = new re2
[all...]
/external/chromium_org/components/url_matcher/
H A Dregex_set_matcher.cc11 #include "third_party/re2/re2/filtered_re2.h"
12 #include "third_party/re2/re2/re2.h"
76 filtered_re2_.reset(new re2::FilteredRE2());

Completed in 4664 milliseconds

1234567891011>>