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

Method set

proto/enums_final_models.cpp:913–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911}
912
913size_t FinalModel<::enums::Enums>::set(const ::enums::Enums& fbe_value) noexcept
914{
915 _buffer.shift(fbe_offset());
916 size_t fbe_result = set_fields(fbe_value);
917 _buffer.unshift(fbe_offset());
918 return fbe_result;
919}
920
921size_t FinalModel<::enums::Enums>::set_fields(const ::enums::Enums& fbe_value) noexcept
922{

Callers 2

set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected