MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~TestInstance

Method ~TestInstance

extern/re2/re2/testing/tester.cc:292–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292TestInstance::~TestInstance() {
293 if (regexp_)
294 regexp_->Decref();
295 delete prog_;
296 delete rprog_;
297 delete re_;
298 delete re2_;
299}
300
301// Runs a single search using the named engine type.
302// This interface hides all the irregularities of the various

Callers

nothing calls this directly

Calls 1

DecrefMethod · 0.45

Tested by

no test coverage detected