Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ shift
Method
shift
proto/fbe.h:658–658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
void resize(size_t size) { _buffer->resize(size); }
657
void reset() { _buffer->reset(); }
658
void shift(size_t offset) { _buffer->shift(offset); }
659
void unshift(size_t offset) { _buffer->unshift(offset); }
660
661
private:
Callers
15
fbe_extra
Method · 0.45
verify
Method · 0.45
get_begin
Method · 0.45
set_begin
Method · 0.45
verify
Method · 0.45
get
Method · 0.45
set
Method · 0.45
send_serialized
Method · 0.45
verify
Method · 0.45
get
Method · 0.45
set
Method · 0.45
verify
Method · 0.45
Calls
no outgoing calls
Tested by
7
fbe_extra
Method · 0.36
verify
Method · 0.36
get_begin
Method · 0.36
set_begin
Method · 0.36
verify
Method · 0.36
get
Method · 0.36
set
Method · 0.36