MCPcopy Create free account
hub / github.com/ZDoom/Raze / appendString

Method appendString

libraries/asmjit/asmjit/base/string.h:194–194  ·  view source on GitHub ↗

Append string `str` having `len` characters (or `kInvalidIndex` if it's null terminated).

Source from the content-addressed store, hash-verified

192
193 //! Append string `str` having `len` characters (or `kInvalidIndex` if it's null terminated).
194 ASMJIT_INLINE Error appendString(const char* str, size_t len = Globals::kInvalidIndex) noexcept { return _opString(kStringOpAppend, str, len); }
195 //! Append a formatted string `fmt`.
196 ASMJIT_API Error appendFormat(const char* fmt, ...) noexcept;
197 //! Append a formatted string `fmt` (va_list version).

Callers 15

formatInlineCommentMethod · 0.80
_emitLogMethod · 0.80
_emitFailedMethod · 0.80
_logMethod · 0.80
formatLabelMethod · 0.80
formatTypeIdFunction · 0.80
formatFuncRetsFunction · 0.80
formatFuncArgsFunction · 0.80
formatNodeMethod · 0.80
formatLineMethod · 0.80
_emitMethod · 0.80
formatOperandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected