MCPcopy 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
40length_t payload_impl::get_length() const {
41 return length_t(data_.size());
42}
43
44void payload_impl::set_capacity(length_t _capacity) {
45 data_.reserve(_capacity);

Callers 15

on_messageMethod · 0.45
TESTFunction · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
on_notificationMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
on_notificationMethod · 0.45
TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 15

on_messageMethod · 0.36
on_messageMethod · 0.36
on_messageMethod · 0.36
on_notificationMethod · 0.36
on_messageMethod · 0.36
on_messageMethod · 0.36
on_messageMethod · 0.36
on_notificationMethod · 0.36
TEST_FFunction · 0.36
on_messageMethod · 0.36
on_messageMethod · 0.36