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

Method Set

extern/re2/re2/set.cc:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace re2 {
21
22RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor)
23 : options_(options),
24 anchor_(anchor),
25 compiled_(false),
26 size_(0) {
27 options_.set_never_capture(true); // might unblock some optimisations
28}
29
30RE2::Set::~Set() {
31 for (size_t i = 0; i < elem_.size(); i++)

Callers 3

ByteMapBuilderMethod · 0.45
MergeMethod · 0.45
ComputeHintsMethod · 0.45

Calls 5

set_never_captureMethod · 0.80
moveFunction · 0.50
clearMethod · 0.45
shrink_to_fitMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected