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

Method Dump

extern/re2/re2/testing/dump.cc:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153std::string Regexp::Dump() {
154 // Make sure that we are being called from a unit test.
155 // Should cause a link error if used outside of testing.
156 CHECK(!::testing::TempDir().empty());
157
158 std::string s;
159 DumpRegexpAppending(this, &s);
160 return s;
161}
162
163} // namespace re2

Callers 7

TESTFunction · 0.45
TESTFunction · 0.45
TestInstanceMethod · 0.45
TESTFunction · 0.45
DumpFunction · 0.45
TestParseFunction · 0.45
TESTFunction · 0.45

Calls 3

TempDirFunction · 0.85
DumpRegexpAppendingFunction · 0.85
emptyMethod · 0.45

Tested by 7

TESTFunction · 0.36
TESTFunction · 0.36
TestInstanceMethod · 0.36
TESTFunction · 0.36
DumpFunction · 0.36
TestParseFunction · 0.36
TESTFunction · 0.36