MCPcopy Create free account

hub / github.com/coolxv/cpp-stub / functions

Functions2,230 in github.com/coolxv/cpp-stub

MethodRegisterTests
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:720
FunctionRegisterTypedTestCase_P_IsDeprecated
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:1254
MethodRegistrarForTagAliases
ut_examples/catch2/ut/include/catch.hpp:13857
MethodRegistryHub
IRegistryHub
ut_examples/catch2/ut/include/catch.hpp:12398
MethodReinterpretBits
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
MethodRepeatGenerator
ut_examples/catch2/ut/include/catch.hpp:4212
MethodReporterConfig
ut_examples/catch2/ut/include/catch.hpp:11013
MethodReporterRegistrar
ut_examples/catch2/ut/include/catch.hpp:6066
FunctionReseed
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:866
MethodResultBase
ut_examples/catch2/ut/include/catch.hpp:8963
FunctionResultOf
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4079
MethodResultOfMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2155
MethodResultValueBase
ut_examples/catch2/ut/include/catch.hpp:8980
MethodReturnAction
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
FunctionReturnNull
Creates an action that returns NULL.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1165
FunctionReturnRef
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1176
MethodReturnRefAction
Constructs a ReturnRefAction object from the reference to be returned.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:758
FunctionReturnRefOfCopy
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1188
MethodReturnRefOfCopyAction
Constructs a ReturnRefOfCopyAction object from the reference to be returned.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:804
FunctionReturnRoundRobin
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1205
MethodReturnRoundRobinAction
ut_examples/gtest/ut/include/gmock/gmock-actions.h:848
MethodReturnSentinel
ut_examples/gtest/ut/include/gtest/internal/gtest-death-test-internal.h:91
MethodReusableStringStream
ut_examples/catch2/ut/include/catch.hpp:13678
FunctionRhsSize
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:3120
FunctionRmDir
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1987
MethodRun
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1512
MethodRun
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
MethodRunContext
ut_examples/catch2/ut/include/catch.hpp:8084
MethodRunContext
ut_examples/catch2/ut/include/catch.hpp:12617
FunctionRunSetUpTestSuite
Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().
ut_examples/gtest/ut/include/gtest/gtest.h:948
FunctionRunTearDownTestSuite
Runs TearDownTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from TearDownTestSuite().
ut_examples/gtest/ut/include/gtest/gtest.h:956
MethodRunnableImpl
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1507
FunctionSafeMatcherCast
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:518
MethodScopedElement
ut_examples/catch2/ut/include/catch.hpp:15460
MethodScopedMessage
ut_examples/catch2/ut/include/catch.hpp:2651
MethodScopedMessage
ut_examples/catch2/ut/include/catch.hpp:11789
FunctionScopedTrace
Optimize for some known types.
ut_examples/gtest/ut/include/gtest/gtest.h:2232
MethodSection
ut_examples/catch2/ut/include/catch.hpp:13072
MethodSectionInfo
Deprecated
ut_examples/catch2/ut/include/catch.hpp:2873
MethodSectionInfo
ut_examples/catch2/ut/include/catch.hpp:13100
MethodSectionNode
ut_examples/catch2/ut/include/catch.hpp:5819
MethodSectionStats
ut_examples/catch2/ut/include/catch.hpp:5548
MethodSectionStats
ut_examples/catch2/ut/include/catch.hpp:11054
MethodSectionTracker
ut_examples/catch2/ut/include/catch.hpp:14402
MethodSections
------------------------------------------------------------------------------
src_linux/addr_any.h:2456
MethodSegments
------------------------------------------------------------------------------
src_linux/addr_any.h:2541
MethodSession
ut_examples/catch2/ut/include/catch.hpp:13309
MethodSet
Sets the default value for type T&.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:364
FunctionSetArgPointee
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1226
FunctionSetArgumentPointee
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1232
FunctionSetEdge
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:3124
FunctionSetErrnoAndReturn
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1246
MethodSetErrnoAndReturnAction
ut_examples/gtest/ut/include/gmock/gmock-actions.h:908
MethodSetParam
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
MethodSetUp
ut_examples/gtest/ut/src/fixtures/strings.hpp:18
MethodSetUp
Override this to define how to set up the environment.
ut_examples/gtest/ut/include/gtest/gtest.h:1054
FunctionSetUpTestCase
ut_examples/gtest/ut/include/gtest/gtest.h:433
FunctionSetUpTestSuite
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
MethodSetValue
Sets a new value, overriding the one supplied in the constructor.
ut_examples/gtest/ut/include/gtest/gtest.h:546
FunctionSetup
ut_examples/gtest/ut/include/gtest/gtest.h:514
MethodSetup
ut_examples/gtest/ut/include/gtest/gtest.h:1062
FunctionShouldRunTest
Returns true if the given test should run.
ut_examples/gtest/ut/include/gtest/gtest.h:994
MethodSignAndMagnitudeToBiased
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
MethodSimplePcg32
Provide some default initial state for the default constructor
ut_examples/catch2/ut/include/catch.hpp:4572
MethodSimplePcg32
ut_examples/catch2/ut/include/catch.hpp:12175
MethodSingleValueGenerator
ut_examples/catch2/ut/include/catch.hpp:3963
FunctionSizeIs
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4290
MethodSizeIsMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2221
MethodSomeOfArrayMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1441
MethodSourceLineInfo
ut_examples/catch2/ut/include/catch.hpp:511
MethodSpacer
ut_examples/catch2/ut/include/catch.hpp:8684
FunctionStartsWith
Matches a string that starts with 'prefix' (case-sensitive).
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4124
FunctionStartsWith
ut_examples/catch2/ut/include/catch.hpp:5022
MethodStartsWith
ut_examples/catch2/ut/include/catch.hpp:4989
MethodStartsWithMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1039
MethodStartsWithMatcher
ut_examples/catch2/ut/include/catch.hpp:11697
FunctionStat
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1986
FunctionStaticAssertTypeEq
ut_examples/gtest/ut/include/gtest/gtest.h:2304
FunctionStrCaseCmp
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1964
FunctionStrCaseEq
Matches a string equal to str, ignoring case.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4102
FunctionStrCaseNe
Matches a string not equal to str, ignoring case.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4109
FunctionStrDup
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1967
FunctionStrEq
Matches a string equal to str.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4088
MethodStrEqualityMatcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:912
FunctionStrError
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:2054
FunctionStrNe
Matches a string not equal to str.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4095
MethodStreamBufImpl
ut_examples/catch2/ut/include/catch.hpp:13551
MethodStreamMatchResultListener
ut_examples/gtest/ut/include/gtest/gtest-matchers.h:248
MethodStreamingReporterBase
ut_examples/catch2/ut/include/catch.hpp:5738
MethodStrictMock
ut_examples/gtest/ut/include/gmock/gmock-nice-strict.h:150
MethodStringHolder
ut_examples/catch2/ut/include/catch.hpp:4949
MethodStringMatchResultListener
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:305
MethodStringMatcherBase
ut_examples/catch2/ut/include/catch.hpp:11668
MethodStringRef
construction
ut_examples/catch2/ut/include/catch.hpp:625
MethodStringRef
ut_examples/catch2/ut/include/catch.hpp:13812
MethodStub
src/stub.h:404
MethodSummaryColumn
ut_examples/catch2/ut/include/catch.hpp:16537
FunctionTEST
* 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
FunctionTEST_F
ut_examples/gtest/ut/include/gtest/gtest-param-test.h:166
FunctionTEST_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
← previousnext →1,201–1,300 of 2,230, ranked by callers