MCPcopy 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
139public:
140 FieldModel<::proto::Order> model;

Callers 5

test_create.cppFile · 0.45
test_enums.cppFile · 0.45
test_extending.cppFile · 0.45

Calls 1

fbe_shiftMethod · 0.45

Tested by

no test coverage detected