MCPcopy 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
140std::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

PostVisitMethod · 0.85
AppendCCCharFunction · 0.85
DumpMethod · 0.85
ProgToStringFunction · 0.85
FlattenedProgToStringFunction · 0.85
DumpByteMapMethod · 0.85
CheckRewriteStringMethod · 0.85
DumpWorkqMethod · 0.85
DumpStateMethod · 0.85
IsOnePassMethod · 0.85
DebugStringMethod · 0.85
FormatCaptureMethod · 0.85

Calls 1

StringAppendVFunction · 0.85

Tested by 6

DEFINE_FLAGFunction · 0.68
HandleRegexpMethod · 0.68
FormatCaptureFunction · 0.68
FormatModeFunction · 0.68
RunCaseMethod · 0.68
TESTFunction · 0.68