MCPcopy Create free account
hub / github.com/catboost/catboost / StrFormat

Function StrFormat

contrib/restricted/google/benchmark/src/string_util.cc:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155std::string StrFormat(const char* format, ...) {
156 va_list args;
157 va_start(args, format);
158 std::string tmp = StrFormatImp(format, args);
159 va_end(args);
160 return tmp;
161}
162
163std::vector<std::string> StrSplit(const std::string& str, char delim) {
164 if (str.empty()) {

Callers 15

PrintRunDataMethod · 0.70
PrintBasicContextMethod · 0.70
BenchmarkInstanceMethod · 0.70
FormatKVFunction · 0.70
ParseReservedNameMethod · 0.50
FixOptionsForEnumMethod · 0.50
FieldVarsFunction · 0.50
HasBitVarsFunction · 0.50
InlinedStringVarsFunction · 0.50
EscapeUtf16ToStringFunction · 0.50
PostVisitMethod · 0.50
AppendCCCharFunction · 0.50

Calls 1

StrFormatImpFunction · 0.85

Tested by 6

ABSL_FLAGFunction · 0.40
HandleRegexpMethod · 0.40
FormatCaptureFunction · 0.40
FormatModeFunction · 0.40
RunCaseMethod · 0.40
TESTFunction · 0.40