MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / appendFormat

Method appendFormat

libraries/asmjit/asmjit/base/string.cpp:318–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318Error StringBuilder::appendFormat(const char* fmt, ...) noexcept {
319 bool result;
320
321 va_list ap;
322 va_start(ap, fmt);
323 result = _opVFormat(kStringOpAppend, fmt, ap);
324 va_end(ap);
325
326 return result;
327}
328
329bool StringBuilder::eq(const char* str, size_t len) const noexcept {
330 const char* aData = _data;

Callers 9

formatLabelMethod · 0.80
formatTypeIdFunction · 0.80
formatFuncDetailValueFunction · 0.80
formatFuncRetsFunction · 0.80
formatFuncArgsFunction · 0.80
formatNodeMethod · 0.80
formatOperandMethod · 0.80
formatRegisterMethod · 0.80
formatInstructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected