MCPcopy 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
653std::map<int, std::string>* Regexp::CaptureNames() {
654 CaptureNamesWalker w;
655 w.Walk(this, 0);
656 return w.TakeMap();
657}
658
659void ConvertRunesToBytes(bool latin1, Rune* runes, int nrunes,
660 std::string* bytes) {

Callers 2

re2.ccFile · 0.80
TESTFunction · 0.80

Calls 2

WalkMethod · 0.80
TakeMapMethod · 0.45

Tested by 1

TESTFunction · 0.64