Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ StringPrintf
Function
StringPrintf
extern/re2/util/strutil.cc:140–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
std::string StringPrintf(const char* format, ...) {
141
va_list ap;
142
va_start(ap, format);
143
std::string result;
144
StringAppendV(&result, format, ap);
145
va_end(ap);
146
return result;
147
}
148
149
} // namespace re2
Callers
15
PostVisit
Method · 0.85
AppendCCChar
Function · 0.85
Dump
Method · 0.85
ProgToString
Function · 0.85
FlattenedProgToString
Function · 0.85
DumpByteMap
Method · 0.85
CheckRewriteString
Method · 0.85
DumpWorkq
Method · 0.85
DumpState
Method · 0.85
IsOnePass
Method · 0.85
DebugString
Method · 0.85
FormatCapture
Method · 0.85
Calls
1
StringAppendV
Function · 0.85
Tested by
6
DEFINE_FLAG
Function · 0.68
HandleRegexp
Method · 0.68
FormatCapture
Function · 0.68
FormatMode
Function · 0.68
RunCase
Method · 0.68
TEST
Function · 0.68