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

Method Match

extern/re2/re2/set.cc:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool RE2::Set::Match(const StringPiece& text, std::vector<int>* v) const {
125 return Match(text, v, NULL);
126}
127
128bool RE2::Set::Match(const StringPiece& text, std::vector<int>* v,
129 ErrorInfo* error_info) const {

Callers 4

PrintResultFunction · 0.45
RunSearchMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 12

SearchDFAMethod · 0.80
log_errorsMethod · 0.80
list_countMethod · 0.80
bytemap_rangeMethod · 0.80
resetMethod · 0.45
clearMethod · 0.45
getMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
assignMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 4

PrintResultFunction · 0.36
RunSearchMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36