MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / operator=

Method operator=

test/common/gtest/gtest.cpp:1855–1863  ·  view source on GitHub ↗

Message assignment, for assertion streaming support.

Source from the content-addressed store, hash-verified

1853
1854// Message assignment, for assertion streaming support.
1855void AssertHelper::operator=(const Message& message) const {
1856 UnitTest::GetInstance()->
1857 AddTestPartResult(data_->type, data_->file, data_->line,
1858 AppendUserMessage(data_->message, message),
1859 UnitTest::GetInstance()->impl()
1860 ->CurrentOsStackTraceExceptTop(1)
1861 // Skips the stack frame for this function itself.
1862 ); // NOLINT
1863}
1864
1865// Mutex for linked pointers.
1866#if defined(__GNUC__)

Callers

nothing calls this directly

Calls 3

AppendUserMessageFunction · 0.85
AddTestPartResultMethod · 0.80

Tested by

no test coverage detected