Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ longLongIntReturnValue
Method
longLongIntReturnValue
src/CppUTestExt/MockSupport.cpp:551–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
#ifdef CPPUTEST_USE_LONG_LONG
550
551
cpputest_longlong MockSupport::longLongIntReturnValue()
552
{
553
return returnValue().getLongLongIntValue();
554
}
555
556
cpputest_ulonglong MockSupport::unsignedLongLongIntReturnValue()
557
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
2
cpputest_longlong
Class · 0.85
getLongLongIntValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64