MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / as_span

Method as_span

lib/asmjit/asmjit/core/string.h:213–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 ASMJIT_INLINE_NODEBUG const char* end() const noexcept { return data() + size(); }
212
213 [[nodiscard]]
214 ASMJIT_INLINE_NODEBUG Span<char> as_span() noexcept { return Span<char>(data(), size()); }
215
216 [[nodiscard]]
217 ASMJIT_INLINE_NODEBUG Span<const char> as_span() const noexcept { return Span<const char>(data(), size()); }

Callers 15

live_inMethod · 0.45
iteratorMethod · 0.45
Span<VirtReg*> virt_regsFunction · 0.45
label_idsMethod · 0.45
predecessorsMethod · 0.45
successorsMethod · 0.45
set_shared_assignmentMethod · 0.45
slotsMethod · 0.45

Calls 2

dataFunction · 0.70
sizeFunction · 0.70

Tested by

no test coverage detected