MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ToString

Method ToString

extern/re2/re2/tostring.cc:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55std::string Regexp::ToString() {
56 std::string t;
57 ToStringWalker w(&t);
58 w.WalkExponential(this, PrecToplevel, 100000);
59 if (w.stopped_early())
60 t += " [truncated]";
61 return t;
62}
63
64#define ToString DontCallToString // Avoid accidental recursion.
65

Callers 9

Round3Method · 0.45
SimplifyRegexpMethod · 0.45
SimplifyRepeatMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
LogMatchMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

WalkExponentialMethod · 0.80
stopped_earlyMethod · 0.80

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
LogMatchMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36