MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / printf

Function printf

source/extern/tinyformat.h:1089–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087/// Format list of arguments to std::cout, according to the given format string
1088template<typename... Args>
1089void printf(const char* fmt, const Args&... args)
1090{
1091 format(std::cout, fmt, args...);
1092}
1093
1094template<typename... Args>
1095void printfln(const char* fmt, const Args&... args)

Callers 15

ParseInt32Function · 0.50
Int32FromGTestEnvFunction · 0.50
mainFunction · 0.50
PrintTestPartResultFunction · 0.50
ColoredPrintfFunction · 0.50
PrintTestNameMethod · 0.50
OnTestIterationStartMethod · 0.50
OnTestCaseStartMethod · 0.50
OnTestSuiteStartMethod · 0.50
OnTestStartMethod · 0.50

Calls 1

formatFunction · 0.70

Tested by 15

ParseInt32Function · 0.40
Int32FromGTestEnvFunction · 0.40
mainFunction · 0.40
PrintTestPartResultFunction · 0.40
ColoredPrintfFunction · 0.40
PrintTestNameMethod · 0.40
OnTestIterationStartMethod · 0.40
OnTestCaseStartMethod · 0.40
OnTestSuiteStartMethod · 0.40
OnTestStartMethod · 0.40