Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ next
Method
next
proto/proto_models.h:137–137 ·
view source on GitHub ↗
Move to the next struct value
Source
from the content-addressed store, hash-verified
135
136
// Move to the next struct value
137
void next(size_t prev) noexcept { model.fbe_shift(prev); }
138
139
public:
140
FieldModel<::proto::Order> model;
Callers
5
test_serialization_final.cpp
File · 0.45
test_create.cpp
File · 0.45
test_enums.cpp
File · 0.45
test_extending.cpp
File · 0.45
test_serialization.cpp
File · 0.45
Calls
1
fbe_shift
Method · 0.45
Tested by
no test coverage detected