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

Method get

proto/enums_models.cpp:689–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void FieldModel<::enums::Enums>::get(::enums::Enums& fbe_value) const noexcept
690{
691 size_t fbe_begin = get_begin();
692 if (fbe_begin == 0)
693 return;
694
695 uint32_t fbe_struct_size = *((const uint32_t*)(_buffer.data() + _buffer.offset()));
696 get_fields(fbe_value, fbe_struct_size);
697 get_end(fbe_begin);
698}
699
700void FieldModel<::enums::Enums>::get_fields(::enums::Enums& fbe_value, size_t fbe_struct_size) const noexcept
701{

Callers 2

get_fieldsMethod · 0.45
deserializeMethod · 0.45

Calls 2

dataMethod · 0.45
offsetMethod · 0.45

Tested by

no test coverage detected