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

Method set

proto/proto_final_models.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133size_t FinalModel<::proto::Order>::set(const ::proto::Order& fbe_value) noexcept
134{
135 _buffer.shift(fbe_offset());
136 size_t fbe_result = set_fields(fbe_value);
137 _buffer.unshift(fbe_offset());
138 return fbe_result;
139}
140
141size_t FinalModel<::proto::Order>::set_fields(const ::proto::Order& fbe_value) noexcept
142{

Callers 2

set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected