Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ CaptureNames
Method
CaptureNames
extern/re2/re2/regexp.cc:653–657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
};
652
653
std::map<int, std::string>* Regexp::CaptureNames() {
654
CaptureNamesWalker w;
655
w.Walk(this, 0);
656
return w.TakeMap();
657
}
658
659
void ConvertRunesToBytes(bool latin1, Rune* runes, int nrunes,
660
std::string* bytes) {
Callers
2
re2.cc
File · 0.80
TEST
Function · 0.80
Calls
2
Walk
Method · 0.80
TakeMap
Method · 0.45
Tested by
1
TEST
Function · 0.64