#include <string.h>
#include <string>
#include "util/util.h"
#include "util/logging.h"
#include "util/strutil.h"
#include "util/utf.h"
#include "re2/regexp.h"
#include "re2/walker-inl.h"
Go to the source code of this file.
Classes | |
class | re2::ToStringWalker |
Namespaces | |
re2 | |
Macros | |
#define | ToString DontCallToString |
Enumerations | |
enum | { re2::PrecAtom, re2::PrecUnary, re2::PrecConcat, re2::PrecAlternate, re2::PrecEmpty, re2::PrecParen, re2::PrecToplevel } |
Functions | |
static void | re2::AppendCCChar (std::string *t, Rune r) |
static void | re2::AppendCCRange (std::string *t, Rune lo, Rune hi) |
static void | re2::AppendLiteral (std::string *t, Rune r, bool foldcase) |
#define ToString DontCallToString |
Definition at line 64 of file bloaty/third_party/re2/re2/tostring.cc.