Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
933
void CharClass::Delete() {
934
uint8_t* data = reinterpret_cast<uint8_t*>(this);
935
delete[] data;
936
}
937
938
CharClass* CharClass::Negate() {
939
CharClass* cc = CharClass::New(static_cast<size_t>(nranges_+1));
Callers
4
PostVisit
Method · 0.45
~Regexp
Method · 0.45
Delete
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
Delete
Function · 0.36
TEST
Function · 0.36