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
↓ 1 callers
Method
Clear
Unsets the default value for type T&.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:369
↓ 1 callers
Function
Close
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:2053
↓ 1 callers
Function
CmpHelperEQFailure
ut_examples/gtest/ut/include/gtest/gtest.h:1508
↓ 1 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
ut_examples/gtest/ut/include/gmock/gmock-cardinalities.h:70
↓ 1 callers
Method
ConservativeUpperBound
ut_examples/gtest/ut/include/gmock/gmock-cardinalities.h:71
↓ 1 callers
Function
CopyArray
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:1027
↓ 1 callers
Function
CopyElements
ut_examples/gtest/ut/include/gmock/gmock-more-actions.h:53
↓ 1 callers
Method
CreateTestFactory
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:438
↓ 1 callers
Function
DefaultPrintNonContainerTo
ut_examples/gtest/ut/include/gtest/gtest-printers.h:261
↓ 1 callers
Function
DefaultPrintTo
ut_examples/gtest/ut/include/gtest/gtest-printers.h:405
↓ 1 callers
Function
DeleteThreadLocalValue
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1737
↓ 1 callers
Function
DescribeLocationTo
Describes the source file location of this expectation.
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:713
↓ 1 callers
Function
DescribeTo
Describes self to an ostream
ut_examples/gtest/ut/include/gmock/gmock-cardinalities.h:123
↓ 1 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1219
↓ 1 callers
Method
End
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:217
↓ 1 callers
Function
Eq
Creates a polymorphic matcher that matches a 2-tuple where the first field == the second field.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:4193
↓ 1 callers
Function
Equals
ut_examples/catch2/ut/include/catch.hpp:3756
↓ 1 callers
Method
Equals
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:240
↓ 1 callers
Function
ExplainMatchFailureTupleTo
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:693
↓ 1 callers
Method
ExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
ut_examples/gtest/ut/include/gtest/gtest-matchers.h:282
↓ 1 callers
Function
FilePath
ut_examples/gtest/ut/include/gtest/internal/gtest-filepath.h:65
↓ 1 callers
Method
FindOnCallSpec
Returns the ON_CALL spec that matches this mock function with the given arguments; returns NULL if no matching ON_CALL is found. L =
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:1493
↓ 1 callers
Function
FullMatch
FullMatch(str, re) returns true if and only if regular expression re matches the entire str. PartialMatch(str, re) returns true if and only if regular
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:896
↓ 1 callers
Function
GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_
ut_examples/gtest/ut/include/gmock/gmock-actions.h:253
↓ 1 callers
Method
GetDescriber
Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is al
ut_examples/gtest/ut/include/gtest/gtest-matchers.h:290
↓ 1 callers
Method
GetHandle
Returns an Expectation object that references and co-owns this expectation.
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:1086
↓ 1 callers
Function
GetRawPointer
ut_examples/gtest/ut/include/gmock/internal/gmock-internal-utils.h:92
↓ 1 callers
Method
GetTestSuiteTypeId
Test case id to verify identity.
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:515
↓ 1 callers
Method
GetToName
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1939
↓ 1 callers
Method
Invoke
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2129
↓ 1 callers
Function
IsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:573
↓ 1 callers
Function
MatcherBindSecond
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:3494
↓ 1 callers
Function
Mutex
This constructor intentionally does nothing. It relies on type_ being statically initialized to 0 (effectively setting it to kStatic) and on ThreadSa
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1379
↓ 1 callers
Method
Next
ut_examples/gtest/ut/include/gmock/gmock-actions.h:861
↓ 1 callers
Function
PartialMatch
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:899
↓ 1 callers
Method
PerformDefaultAction
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:1389
↓ 1 callers
Function
PrintTupleTo
ut_examples/gtest/ut/include/gtest/gtest-printers.h:622
↓ 1 callers
Function
RE
Constructs an RE from a string.
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:884
↓ 1 callers
Function
RUN_ALL_TESTS
ut_examples/gtest/ut/include/gtest/gtest.h:2477
↓ 1 callers
Method
RegisterTests
UnitTest class invokes this method to register tests in this test suite right before running tests in RUN_ALL_TESTS macro. This method should not be c
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:542
↓ 1 callers
Function
Set
ut_examples/gtest/ut/include/gtest/internal/gtest-filepath.h:76
↓ 1 callers
Function
SkipComma
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:640
↓ 1 callers
Function
SleepMilliseconds
Sleeps for (roughly) n milliseconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1155
↓ 1 callers
Function
StreamableToString
ut_examples/gtest/ut/include/gtest/gtest-message.h:210
↓ 1 callers
Function
UnorderedElementsAreArray
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:3822
↓ 1 callers
Method
Unwrap
Returns the held value. Must not be called more than once.
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:1375
↓ 1 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1194
↓ 1 callers
Method
With
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:1598
↓ 1 callers
Method
abortAfter
ut_examples/catch2/ut/include/catch.hpp:10030
↓ 1 callers
Method
aborting
ut_examples/catch2/ut/include/catch.hpp:12870
↓ 1 callers
Function
acquireGeneratorTracker
ut_examples/catch2/ut/include/catch.hpp:10922
↓ 1 callers
Method
acquireGeneratorTracker
ut_examples/catch2/ut/include/catch.hpp:12736
↓ 1 callers
Method
add
------------------------------------------------------------------------------
src_linux/addr_any.h:2491
↓ 1 callers
Method
addInitialFilters
ut_examples/catch2/ut/include/catch.hpp:14451
↓ 1 callers
Method
addListener
ut_examples/catch2/ut/include/catch.hpp:16930
↓ 1 callers
Method
addReporter
ut_examples/catch2/ut/include/catch.hpp:16934
↓ 1 callers
Function
addSingleton
ut_examples/catch2/ut/include/catch.hpp:13498
↓ 1 callers
Method
add_section_index
------------------------------------------------------------------------------
src_linux/addr_any.h:1523
↓ 1 callers
Method
add_symbol
------------------------------------------------------------------------------
src_linux/addr_any.h:2738
↓ 1 callers
Method
all
ut_examples/catch2/ut/include/catch.hpp:11253
↓ 1 callers
Method
allOk
ut_examples/catch2/ut/include/catch.hpp:15166
↓ 1 callers
Method
allowThrows
ut_examples/catch2/ut/include/catch.hpp:8257
↓ 1 callers
Function
analyse
ut_examples/catch2/ut/include/catch.hpp:7233
↓ 1 callers
Function
analyse_samples
ut_examples/catch2/ut/include/catch.hpp:7804
↓ 1 callers
Function
applyFilenamesAsTags
ut_examples/catch2/ut/include/catch.hpp:13285
↓ 1 callers
Method
benchmarkConfidenceInterval
ut_examples/catch2/ut/include/catch.hpp:10036
↓ 1 callers
Method
benchmarkEnded
ut_examples/catch2/ut/include/catch.hpp:12787
↓ 1 callers
Method
benchmarkFailed
ut_examples/catch2/ut/include/catch.hpp:12790
↓ 1 callers
Method
benchmarkPreparing
ut_examples/catch2/ut/include/catch.hpp:12781
↓ 1 callers
Method
benchmarkStarting
ut_examples/catch2/ut/include/catch.hpp:12784
↓ 1 callers
Method
call
ut_examples/catch2/ut/include/catch.hpp:6721
↓ 1 callers
Function
check_obj
ut_examples/catch2/src/obj_operations.cpp:5
↓ 1 callers
Function
cleanUpContext
ut_examples/catch2/ut/include/catch.hpp:10332
↓ 1 callers
Function
cleanupSingletons
ut_examples/catch2/ut/include/catch.hpp:13501
↓ 1 callers
Method
columnInfos
ut_examples/catch2/ut/include/catch.hpp:16234
↓ 1 callers
Function
compareEqual
ut_examples/catch2/ut/include/catch.hpp:2323
↓ 1 callers
Function
compareNotEqual
ut_examples/catch2/ut/include/catch.hpp:2334
↓ 1 callers
Method
completedCycle
ut_examples/catch2/ut/include/catch.hpp:14287
↓ 1 callers
Function
convertUnknownEnumToString
ut_examples/catch2/ut/include/catch.hpp:1656
↓ 1 callers
Function
convertUnstreamable
ut_examples/catch2/ut/include/catch.hpp:1587
↓ 1 callers
Method
create_section
------------------------------------------------------------------------------
src_linux/addr_any.h:1981
↓ 1 callers
Method
create_segment
------------------------------------------------------------------------------
src_linux/addr_any.h:2003
↓ 1 callers
Method
delta
ut_examples/catch2/ut/include/catch.hpp:15183
↓ 1 callers
Function
deoptimize_value
ut_examples/catch2/ut/include/catch.hpp:6522
↓ 1 callers
Function
elf_hash
------------------------------------------------------------------------------
src_linux/addr_any.h:1026
↓ 1 callers
Method
encodeTo
ut_examples/catch2/ut/include/catch.hpp:15361
↓ 1 callers
Function
enforceNoDuplicateTestCases
ut_examples/catch2/ut/include/catch.hpp:14171
↓ 1 callers
Function
enforceNotReservedTag
ut_examples/catch2/ut/include/catch.hpp:13945
↓ 1 callers
Method
equalityComparisonImpl
ut_examples/catch2/ut/include/catch.hpp:7893
↓ 1 callers
Function
erf_inv
ut_examples/catch2/ut/include/catch.hpp:7655
↓ 1 callers
Function
erfc_inv
ut_examples/catch2/ut/include/catch.hpp:7758
↓ 1 callers
Function
estimateClockResolution
ut_examples/catch2/ut/include/catch.hpp:14836
↓ 1 callers
Method
exeName
ut_examples/catch2/ut/include/catch.hpp:8860
↓ 1 callers
Method
execute
ut_examples/catch2/ut/include/catch.hpp:13249
↓ 1 callers
Method
expandAliases
ut_examples/catch2/ut/include/catch.hpp:13884
↓ 1 callers
Method
expectedToFail
ut_examples/catch2/ut/include/catch.hpp:14038
↓ 1 callers
Function
extractClassName
ut_examples/catch2/ut/include/catch.hpp:14228
↓ 1 callers
Function
extractInstanceName
Extracts the actual name part of an enum instance In other words, it returns the Blue part of Bikeshed::Colour::Blue
ut_examples/catch2/ut/include/catch.hpp:10583
↓ 1 callers
Method
fatalErrorEncountered
ut_examples/catch2/ut/include/catch.hpp:11105
↓ 1 callers
Function
fatally_failed
Returns true if and only if the test part fatally failed.
ut_examples/gtest/ut/include/gtest/gtest-test-part.h:100
← previous
next →
301–400 of 2,230, ranked by callers