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

Method Delete

extern/re2/re2/regexp.cc:933–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void CharClass::Delete() {
934 uint8_t* data = reinterpret_cast<uint8_t*>(this);
935 delete[] data;
936}
937
938CharClass* CharClass::Negate() {
939 CharClass* cc = CharClass::New(static_cast<size_t>(nranges_+1));

Callers 4

PostVisitMethod · 0.45
~RegexpMethod · 0.45
DeleteFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

DeleteFunction · 0.36
TESTFunction · 0.36