#include "re2/prefilter.h"#include <stddef.h>#include <stdint.h>#include <string>#include <vector>#include "util/util.h"#include "util/logging.h"#include "util/strutil.h"#include "util/utf.h"#include "re2/re2.h"#include "re2/unicode_casefold.h"#include "re2/walker-inl.h"
Go to the source code of this file.
Classes | |
| class | re2::Prefilter::Info |
| class | re2::Prefilter::Info::Walker |
Namespaces | |
| re2 | |
Functions | |
| static void | re2::CopyIn (const std::set< std::string > &src, std::set< std::string > *dst) |
| static void | re2::CrossProduct (const std::set< std::string > &a, const std::set< std::string > &b, std::set< std::string > *dst) |
| static std::string | re2::RuneToString (Rune r) |
| static std::string | re2::RuneToStringLatin1 (Rune r) |
| static void | re2::SimplifyStringSet (std::set< std::string > *ss) |
| static Rune | re2::ToLowerRune (Rune r) |
| static Rune | re2::ToLowerRuneLatin1 (Rune r) |
Variables | |
| static const bool | re2::ExtraDebug = false |