Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coolxv/cpp-stub
/ functions
Functions
2,230 in github.com/coolxv/cpp-stub
⨍
Functions
2,230
◇
Types & classes
871
Method
RegisterTests
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:720
Function
RegisterTypedTestCase_P_IsDeprecated
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:1254
Method
RegistrarForTagAliases
ut_examples/catch2/ut/include/catch.hpp:13857
Method
RegistryHub
IRegistryHub
ut_examples/catch2/ut/include/catch.hpp:12398
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:303
Method
RepeatGenerator
ut_examples/catch2/ut/include/catch.hpp:4212
Method
ReporterConfig
ut_examples/catch2/ut/include/catch.hpp:11013
Method
ReporterRegistrar
ut_examples/catch2/ut/include/catch.hpp:6066
Function
Reseed
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:866
Method
ResultBase
ut_examples/catch2/ut/include/catch.hpp:8963
Function
ResultOf
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4079
Method
ResultOfMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2155
Method
ResultValueBase
ut_examples/catch2/ut/include/catch.hpp:8980
Method
ReturnAction
Constructs a ReturnAction object from the value to be returned. 'value' is passed by value instead of by const reference in order to allow Return("str
ut_examples/gtest/ut/include/gmock/gmock-actions.h:644
Function
ReturnNull
Creates an action that returns NULL.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1165
Function
ReturnRef
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1176
Method
ReturnRefAction
Constructs a ReturnRefAction object from the reference to be returned.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:758
Function
ReturnRefOfCopy
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1188
Method
ReturnRefOfCopyAction
Constructs a ReturnRefOfCopyAction object from the reference to be returned.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:804
Function
ReturnRoundRobin
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1205
Method
ReturnRoundRobinAction
ut_examples/gtest/ut/include/gmock/gmock-actions.h:848
Method
ReturnSentinel
ut_examples/gtest/ut/include/gtest/internal/gtest-death-test-internal.h:91
Method
ReusableStringStream
ut_examples/catch2/ut/include/catch.hpp:13678
Function
RhsSize
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:3120
Function
RmDir
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1987
Method
Run
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1512
Method
Run
For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'. Returns the final value of 'out' in case the caller needs it.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:712
Method
RunContext
ut_examples/catch2/ut/include/catch.hpp:8084
Method
RunContext
ut_examples/catch2/ut/include/catch.hpp:12617
Function
RunSetUpTestSuite
Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().
ut_examples/gtest/ut/include/gtest/gtest.h:948
Function
RunTearDownTestSuite
Runs TearDownTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from TearDownTestSuite().
ut_examples/gtest/ut/include/gtest/gtest.h:956
Method
RunnableImpl
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1507
Function
SafeMatcherCast
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:518
Method
ScopedElement
ut_examples/catch2/ut/include/catch.hpp:15460
Method
ScopedMessage
ut_examples/catch2/ut/include/catch.hpp:2651
Method
ScopedMessage
ut_examples/catch2/ut/include/catch.hpp:11789
Function
ScopedTrace
Optimize for some known types.
ut_examples/gtest/ut/include/gtest/gtest.h:2232
Method
Section
ut_examples/catch2/ut/include/catch.hpp:13072
Method
SectionInfo
Deprecated
ut_examples/catch2/ut/include/catch.hpp:2873
Method
SectionInfo
ut_examples/catch2/ut/include/catch.hpp:13100
Method
SectionNode
ut_examples/catch2/ut/include/catch.hpp:5819
Method
SectionStats
ut_examples/catch2/ut/include/catch.hpp:5548
Method
SectionStats
ut_examples/catch2/ut/include/catch.hpp:11054
Method
SectionTracker
ut_examples/catch2/ut/include/catch.hpp:14402
Method
Sections
------------------------------------------------------------------------------
src_linux/addr_any.h:2456
Method
Segments
------------------------------------------------------------------------------
src_linux/addr_any.h:2541
Method
Session
ut_examples/catch2/ut/include/catch.hpp:13309
Method
Set
Sets the default value for type T&.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:364
Function
SetArgPointee
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1226
Function
SetArgumentPointee
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1232
Function
SetEdge
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:3124
Function
SetErrnoAndReturn
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1246
Method
SetErrnoAndReturnAction
ut_examples/gtest/ut/include/gmock/gmock-actions.h:908
Method
SetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
ut_examples/gtest/ut/include/gtest/gtest.h:1870
Method
SetUp
ut_examples/gtest/ut/src/fixtures/strings.hpp:18
Method
SetUp
Override this to define how to set up the environment.
ut_examples/gtest/ut/include/gtest/gtest.h:1054
Function
SetUpTestCase
ut_examples/gtest/ut/include/gtest/gtest.h:433
Function
SetUpTestSuite
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestSuite() before running the first test in test case Foo.
ut_examples/gtest/ut/include/gtest/gtest.h:420
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
ut_examples/gtest/ut/include/gtest/gtest.h:546
Function
Setup
ut_examples/gtest/ut/include/gtest/gtest.h:514
Method
Setup
ut_examples/gtest/ut/include/gtest/gtest.h:1062
Function
ShouldRunTest
Returns true if the given test should run.
ut_examples/gtest/ut/include/gtest/gtest.h:994
Method
SignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:375
Method
SimplePcg32
Provide some default initial state for the default constructor
ut_examples/catch2/ut/include/catch.hpp:4572
Method
SimplePcg32
ut_examples/catch2/ut/include/catch.hpp:12175
Method
SingleValueGenerator
ut_examples/catch2/ut/include/catch.hpp:3963
Function
SizeIs
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4290
Method
SizeIsMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2221
Method
SomeOfArrayMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1441
Method
SourceLineInfo
ut_examples/catch2/ut/include/catch.hpp:511
Method
Spacer
ut_examples/catch2/ut/include/catch.hpp:8684
Function
StartsWith
Matches a string that starts with 'prefix' (case-sensitive).
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4124
Function
StartsWith
ut_examples/catch2/ut/include/catch.hpp:5022
Method
StartsWith
ut_examples/catch2/ut/include/catch.hpp:4989
Method
StartsWithMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1039
Method
StartsWithMatcher
ut_examples/catch2/ut/include/catch.hpp:11697
Function
Stat
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1986
Function
StaticAssertTypeEq
ut_examples/gtest/ut/include/gtest/gtest.h:2304
Function
StrCaseCmp
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1964
Function
StrCaseEq
Matches a string equal to str, ignoring case.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4102
Function
StrCaseNe
Matches a string not equal to str, ignoring case.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4109
Function
StrDup
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1967
Function
StrEq
Matches a string equal to str.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4088
Method
StrEqualityMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:912
Function
StrError
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:2054
Function
StrNe
Matches a string not equal to str.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4095
Method
StreamBufImpl
ut_examples/catch2/ut/include/catch.hpp:13551
Method
StreamMatchResultListener
ut_examples/gtest/ut/include/gtest/gtest-matchers.h:248
Method
StreamingReporterBase
ut_examples/catch2/ut/include/catch.hpp:5738
Method
StrictMock
ut_examples/gtest/ut/include/gmock/gmock-nice-strict.h:150
Method
StringHolder
ut_examples/catch2/ut/include/catch.hpp:4949
Method
StringMatchResultListener
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:305
Method
StringMatcherBase
ut_examples/catch2/ut/include/catch.hpp:11668
Method
StringRef
construction
ut_examples/catch2/ut/include/catch.hpp:625
Method
StringRef
ut_examples/catch2/ut/include/catch.hpp:13812
Method
Stub
src/stub.h:404
Method
SummaryColumn
ut_examples/catch2/ut/include/catch.hpp:16537
Function
TEST
* Basic assertion of Obj::get_number() * * More info can be found here: * https://github.com/google/googletest/blob/master/googletest/docs/Prim
ut_examples/gtest/ut/src/test_obj.cpp:47
Function
TEST_F
ut_examples/gtest/ut/include/gtest/gtest-param-test.h:166
Function
TEST_P
* Simple parameterised test which checks the Obj::is_valid(std::string) * function with the set of string parameters provided in * `fixtures/strings
ut_examples/gtest/ut/src/test_obj.cpp:63
← previous
next →
1,201–1,300 of 2,230, ranked by callers