MCPcopy Create free account
hub / github.com/devsisters/libquic / StringAppendV

Function StringAppendV

src/base/strings/stringprintf.cc:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177#endif
178
179void StringAppendV(std::string* dst, const char* format, va_list ap) {
180 StringAppendVT(dst, format, ap);
181}
182
183#if defined(OS_WIN)
184void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap) {

Callers 4

StringPrintfFunction · 0.85
StringPrintVFunction · 0.85
stringprintf.ccFile · 0.85
StringAppendFFunction · 0.85

Calls 1

StringAppendVTFunction · 0.85

Tested by

no test coverage detected