MCPcopy Create free account
hub / github.com/COVESA/vsomeip / get_size

Method get_size

implementation/message/src/serializer.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77uint32_t serializer::get_size() const {
78 return static_cast<std::uint32_t>(data_.size());
79}
80
81void serializer::set_data(byte_t* _data, uint32_t _capacity) {
82 data_.clear();

Callers 11

TESTFunction · 0.45
TESTFunction · 0.45
create_fragmentsMethod · 0.45
construct_subscriptionFunction · 0.45
construct_offerFunction · 0.45
send_notificationMethod · 0.45
send_toMethod · 0.45
send_errorMethod · 0.45
on_messageMethod · 0.45
sendMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

create_fragmentsMethod · 0.36