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

Method set

proto/protoex_final_models.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159size_t FinalModel<::protoex::Order>::set(const ::protoex::Order& fbe_value) noexcept
160{
161 _buffer.shift(fbe_offset());
162 size_t fbe_result = set_fields(fbe_value);
163 _buffer.unshift(fbe_offset());
164 return fbe_result;
165}
166
167size_t FinalModel<::protoex::Order>::set_fields(const ::protoex::Order& fbe_value) noexcept
168{

Callers 2

set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected