MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / offset

Method offset

proto/fbe.h:595–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 size_t capacity() const noexcept { return _capacity; }
594 size_t size() const noexcept { return _size; }
595 size_t offset() const noexcept { return _offset; }
596
597 // Attach the given buffer with a given offset to the current read buffer
598 void attach(const void* data, size_t size, size_t offset = 0);

Callers 15

fbe_extraMethod · 0.45
verifyMethod · 0.45
get_beginMethod · 0.45
getMethod · 0.45
set_beginMethod · 0.45
create_endMethod · 0.45
deserializeMethod · 0.45
verifyMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
getMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by 10

fbe_extraMethod · 0.36
verifyMethod · 0.36
get_beginMethod · 0.36
getMethod · 0.36
set_beginMethod · 0.36
create_endMethod · 0.36
deserializeMethod · 0.36
verifyMethod · 0.36
serializeMethod · 0.36
deserializeMethod · 0.36