MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / size

Method size

test/common/gtest/gtest.cpp:10293–10295  ·  view source on GitHub ↗

Returns the number of TestPartResult objects in the array.

Source from the content-addressed store, hash-verified

10291
10292// Returns the number of TestPartResult objects in the array.
10293int TestPartResultArray::size() const {
10294 return static_cast<int>(array_.size());
10295}
10296
10297namespace internal {
10298

Callers 15

sendReceivedInt32Method · 0.45
sendReceived2Int32Method · 0.45
sendReceivedStructMethod · 0.45
sendReceived2StructMethod · 0.45
sendReceiveListTypeMethod · 0.45
sendReceive2ListTypeMethod · 0.45
sendReceive2ListTypeMethod · 0.45
sendReceivedInt32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected