MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / operator=

Method operator=

rtpose_wrapper/src/gtest/gtest-all.cpp:1655–1663  ·  view source on GitHub ↗

Message assignment, for assertion streaming support.

Source from the content-addressed store, hash-verified

1653
1654// Message assignment, for assertion streaming support.
1655void AssertHelper::operator=(const Message& message) const {
1656 UnitTest::GetInstance()->
1657 AddTestPartResult(data_->type, data_->file, data_->line,
1658 AppendUserMessage(data_->message, message),
1659 UnitTest::GetInstance()->impl()
1660 ->CurrentOsStackTraceExceptTop(1)
1661 // Skips the stack frame for this function itself.
1662 ); // NOLINT
1663}
1664
1665// Mutex for linked pointers.
1666GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex);

Callers

nothing calls this directly

Calls 3

AppendUserMessageFunction · 0.85
AddTestPartResultMethod · 0.80

Tested by

no test coverage detected