Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_length
Method
get_length
implementation/message/src/payload_impl.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
length_t payload_impl::get_length() const {
41
return length_t(data_.size());
42
}
43
44
void payload_impl::set_capacity(length_t _capacity) {
45
data_.reserve(_capacity);
Callers
15
on_message
Method · 0.45
TEST
Function · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_notification
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_notification
Method · 0.45
on_response_from_slave
Method · 0.45
TEST_F
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
15
on_message
Method · 0.36
on_message
Method · 0.36
on_message
Method · 0.36
on_notification
Method · 0.36
on_message
Method · 0.36
on_message
Method · 0.36
on_message
Method · 0.36
on_notification
Method · 0.36
on_response_from_slave
Method · 0.36
TEST_F
Function · 0.36
on_message
Method · 0.36
on_message
Method · 0.36