Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
uint32_t serializer::get_size() const {
78
return static_cast<std::uint32_t>(data_.size());
79
}
80
81
void serializer::set_data(byte_t* _data, uint32_t _capacity) {
82
data_.clear();
Callers
11
TEST
Function · 0.45
TEST
Function · 0.45
create_fragments
Method · 0.45
construct_subscription
Function · 0.45
construct_offer
Function · 0.45
send_notification
Method · 0.45
send_to
Method · 0.45
send_error
Method · 0.45
on_message
Method · 0.45
notify_remote_initially
Method · 0.45
send
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
create_fragments
Method · 0.36