Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abc-Arbitrage/Disruptor-cpp
/ functions
Functions
4,011 in github.com/Abc-Arbitrage/Disruptor-cpp
⨍
Functions
4,011
◇
Types & classes
1,598
↓ 3 callers
Method
_CreateRequest
Creates a new urllib request.
googletest-release-1.8.0/googlemock/scripts/upload.py:162
↓ 3 callers
Method
_CreateRequest
Creates a new urllib request.
googletest-release-1.8.0/googletest/scripts/upload.py:162
↓ 3 callers
Method
_GetParameters
(self)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:899
↓ 3 callers
Method
_TestXmlOutput
Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a string containing another XML docu
googletest-release-1.8.0/googletest/test/gtest_xml_output_unittest.py:287
↓ 3 callers
Method
__init__
(self, options)
googletest-release-1.8.0/googlemock/scripts/upload.py:988
↓ 3 callers
Method
__init__
(self, options)
googletest-release-1.8.0/googletest/scripts/upload.py:988
↓ 3 callers
Method
alert
Disruptor.Tests/DummySequenceBarrier.cpp:25
↓ 3 callers
Method
alert
Disruptor/ProcessingSequenceBarrier.cpp:52
↓ 3 callers
Function
ceilingNextPowerOfTwo
Disruptor/Util.cpp:13
↓ 3 callers
Method
claim
* Claim a specific sequence when only one publisher is involved. * * \param sequence sequence to be claimed. */
Disruptor/MultiProducerSequencer.h:48
↓ 3 callers
Method
compareAndSet
Disruptor/Sequence.cpp:27
↓ 3 callers
Method
count
Disruptor/SpinWait.cpp:25
↓ 3 callers
Method
currentCount
Disruptor.TestTools/CountdownEvent.cpp:21
↓ 3 callers
Method
divider
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:3984
↓ 3 callers
Method
getEventProcessorFor
Disruptor/ConsumerRepository.h:67
↓ 3 callers
Method
getLastSequenceInChain
Disruptor/ConsumerRepository.h:52
↓ 3 callers
Method
getPublicationCount
Disruptor.Tests/StubPublisher.cpp:28
↓ 3 callers
Method
handleExceptionsWith
* Specify an exception handler to be used for any future event handlers. Note that only event handlers set up after calling this method will use the e
Disruptor/Disruptor.h:205
↓ 3 callers
Method
handleOnShutdownException
* Callback to notify of an exception during ILifecycleAware.onShutdown * * \param ex ex throw during the shutdown process.
Disruptor/FatalExceptionHandler.h:60
↓ 3 callers
Method
ignoreExecutions
Disruptor.Tests/StubExecutor.cpp:54
↓ 3 callers
Method
isAlerted
Disruptor.Tests/DummySequenceBarrier.cpp:20
↓ 3 callers
Method
line
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:253
↓ 3 callers
Method
reportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
googletest-release-1.8.0/googletest/src/gtest.cc:761
↓ 3 callers
Method
reportable_test_count
Gets the number of tests to be printed in the XML report.
googletest-release-1.8.0/googletest/src/gtest.cc:772
↓ 3 callers
Function
reversed
(seq)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:52
↓ 3 callers
Method
setDefaultExceptionHandler
* Specify an exception handler to be used for event handlers and worker pools created by this Disruptor. * The exception handler will be used
Disruptor/Disruptor.h:216
↓ 3 callers
Function
source_text
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:700
↓ 3 callers
Method
start_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
googletest-release-1.8.0/googletest/src/gtest.cc:4045
↓ 3 callers
Method
submit
Disruptor.PerfTests/ExecutorService.h:18
↓ 3 callers
Method
swap
Swaps two AssertionResults.
googletest-release-1.8.0/googletest/src/gtest.cc:995
↓ 3 callers
Method
testString
Disruptor.Tests/StubEvent.cpp:31
↓ 3 callers
Method
test_case_to_run_count
Gets the number of all test cases that contain at least one test that should run.
googletest-release-1.8.0/googletest/src/gtest.cc:746
↓ 3 callers
Method
write_fd
googletest-release-1.8.0/googletest/src/gtest-death-test.cc:400
↓ 2 callers
Method
AddArgument
googletest-release-1.8.0/googletest/src/gtest-death-test.cc:915
↓ 2 callers
Method
AddExpectation
Adds an expectation to a sequence.
googletest-release-1.8.0/googlemock/src/gmock-spec-builders.cc:794
↓ 2 callers
Method
AddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
googletest-release-1.8.0/googletest/src/gtest.cc:2753
↓ 2 callers
Method
Advance
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-param-util.h:232
↓ 2 callers
Function
AlsoRunDisabledTestsFlag
()
googletest-release-1.8.0/googletest/test/gtest_shuffle_test.py:58
↓ 2 callers
Function
Assert
(condition)
googletest-release-1.8.0/googletest/test/gtest_uninitialized_test.py:42
↓ 2 callers
Method
AssertEquivalentNodes
Asserts that actual_node (a DOM node object) is equivalent to expected_node (another DOM node object), in that either both of them are CD
googletest-release-1.8.0/googletest/test/gtest_xml_test_utils.py:51
↓ 2 callers
Method
BaseGenerator
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-param-util.h:229
↓ 2 callers
Function
BuilderFromSource
Utility method that returns an AstBuilder from source code. Args: source: 'C++ source code' filename: 'file1' Returns: Ast
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:1663
↓ 2 callers
Function
CPU_SET
Disruptor/ThreadHelper_macOS.cpp:47
↓ 2 callers
Function
CaptureStream
Starts capturing an output stream (stdout/stderr).
googletest-release-1.8.0/googletest/src/gtest-port.cc:1018
↓ 2 callers
Function
Close
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:2384
↓ 2 callers
Function
Concat
ConcatImplActionP3 is the class template ACTION_P3 uses to implement ConcatImpl. We shouldn't change the name as this pattern requires the user to us
googletest-release-1.8.0/googlemock/test/gmock-generated-actions_test.cc:902
↓ 2 callers
Method
CreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
googletest-release-1.8.0/googletest/src/gtest-filepath.cc:325
↓ 2 callers
Method
Current
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-param-util.h:239
↓ 2 callers
Method
CurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
googletest-release-1.8.0/googletest/src/gtest.cc:796
↓ 2 callers
Method
DeleteFilesAndDir
(self)
googletest-release-1.8.0/googletest/test/gtest_xml_outfiles_test.py:78
↓ 2 callers
Method
DescribeDefaultActionTo
Describes what default action will be performed for the given arguments. L =
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:1634
↓ 2 callers
Function
DescribeLocationTo
Describes the source file location of this expectation.
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:705
↓ 2 callers
Method
DescribeNegationTo
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:3979
↓ 2 callers
Function
DieInDebugElse12
Death in dbg, not opt.
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:199
↓ 2 callers
Function
DieWithEmbeddedNul
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:309
↓ 2 callers
Function
DisableSigprofActionAndTimer
Disables ITIMER_PROF timer and ignores SIGPROF signal.
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:392
↓ 2 callers
Function
EditsToString
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:3451
↓ 2 callers
Function
ExpectKeyAndValueWereRecordedForId
googletest-release-1.8.0/googletest/test/gtest_stress_test.cc:76
↓ 2 callers
Method
ExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:275
↓ 2 callers
Function
ExternalUtilityThatCallsRecordProperty
googletest-release-1.8.0/googletest/test/gtest_xml_output_unittest_.cc:126
↓ 2 callers
Function
FClose
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:2376
↓ 2 callers
Function
FReopen
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:2371
↓ 2 callers
Function
Failed
Returns true iff the test case failed.
googletest-release-1.8.0/googletest/include/gtest/gtest.h:838
↓ 2 callers
Function
FalseHRESULTSuccess
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:3974
↓ 2 callers
Function
FatalFailure
A helper for generating a fatal failure.
googletest-release-1.8.0/googletest/test/gtest_output_test_.cc:710
↓ 2 callers
Function
FilterFlag
(test_filter)
googletest-release-1.8.0/googletest/test/gtest_shuffle_test.py:62
↓ 2 callers
Function
FormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
googletest-release-1.8.0/googletest/src/gtest.cc:2352
↓ 2 callers
Function
FormatTestCaseCount
Formats the count of test cases.
googletest-release-1.8.0/googletest/src/gtest.cc:2822
↓ 2 callers
Function
FuseGMock
Fuses gtest.h, gmock.h, and gmock-gtest-all.h.
googletest-release-1.8.0/googlemock/scripts/fuse_gmock_files.py:215
↓ 2 callers
Function
FuseGTest
Fuses gtest.h and gtest-all.cc.
googletest-release-1.8.0/googletest/scripts/fuse_gtest_files.py:229
↓ 2 callers
Function
GTestIsInitialized
GTestIsInitialized() returns true iff the user has initialized Google Test. Useful for catching the user mistake of not initializing Google Test befo
googletest-release-1.8.0/googletest/src/gtest.cc:330
↓ 2 callers
Function
GenerateFile
Given a file path and a content string, overwrites it with the given content.
googletest-release-1.8.0/googletest/scripts/gen_gtest_pred_impl.py:302
↓ 2 callers
Function
GetCapturedStream
Stops capturing the output stream and returns the captured string.
googletest-release-1.8.0/googletest/src/gtest-port.cc:1027
↓ 2 callers
Function
GetEnviron
googletest-release-1.8.0/googletest/src/gtest-death-test.cc:943
↓ 2 callers
Function
GetFlag
Returns the value of the given flag.
googletest-release-1.8.0/googletest/test/gtest_test_utils.py:115
↓ 2 callers
Method
GetGlobalTestPartResultReporter
Returns the global test part result reporter.
googletest-release-1.8.0/googletest/src/gtest.cc:704
↓ 2 callers
Method
GetId
googletest-release-1.8.0/googletest/src/gtest.cc:1090
↓ 2 callers
Function
GetNormalizedCommandOutputAndLeakyTests
Runs a command and returns its normalized output and a list of leaky tests. Args: cmd: the shell command.
googletest-release-1.8.0/googlemock/test/gmock_output_test.py:144
↓ 2 callers
Function
GetOutputOfAllCommands
Returns concatenated output from several representative commands.
googletest-release-1.8.0/googletest/test/gtest_output_test.py:239
↓ 2 callers
Function
GetReservedAttributesForElement
googletest-release-1.8.0/googletest/src/gtest.cc:2112
↓ 2 callers
Function
GetShellCommandOutput
Runs a command in a sub-process, and returns its output in a string. Args: env_cmd: The shell command. A 2-tuple where element 0 is a dict of e
googletest-release-1.8.0/googletest/test/gtest_output_test.py:201
↓ 2 callers
Function
HRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
googletest-release-1.8.0/googletest/src/gtest.cc:1663
↓ 2 callers
Function
HandleSehExceptionsInMethodIfSupported
googletest-release-1.8.0/googletest/src/gtest.cc:2383
↓ 2 callers
Function
HasFailureHelper
A wrapper for calling HasFailure outside of a test body.
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:6970
↓ 2 callers
Function
HasNonfatalFailureHelper
A wrapper for calling HasNonfatalFailure outside of a test body.
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:6928
↓ 2 callers
Method
Head
Gets the first element of the queue, or NULL if the queue is empty.
googletest-release-1.8.0/googletest/samples/sample3-inl.h:105
↓ 2 callers
Function
InitGoogleMockImpl
googletest-release-1.8.0/googlemock/src/gmock.cc:128
↓ 2 callers
Function
InitGoogleTestImpl
googletest-release-1.8.0/googletest/src/gtest.cc:5344
↓ 2 callers
Method
IsDeclaration
(self)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:328
↓ 2 callers
Method
IsDoDefault
Returns true iff this is the DoDefault() action.
googletest-release-1.8.0/googlemock/include/gmock/gmock-actions.h:379
↓ 2 callers
Function
IsHeaderGuardIncludeOrOneLineIWYUPragma
(line)
googletest-release-1.8.0/googletest/scripts/pump.py:783
↓ 2 callers
Function
KilledExitStatus
Returns the exit status of a process that raises a given signal. If the signal does not cause the process to die, then it returns instead the exit sta
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:244
↓ 2 callers
Method
Length
googletest-release-1.8.0/googletest/samples/sample2.h:76
↓ 2 callers
Method
Lock
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:2139
↓ 2 callers
Function
LogWithLocation
Logs a message including file and line number information.
googletest-release-1.8.0/googlemock/src/gmock-spec-builders.cc:59
↓ 2 callers
Function
MakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
googletest-release-1.8.0/googletest/src/gtest.cc:2543
↓ 2 callers
Method
MakeNewHolder
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:1897
↓ 2 callers
Method
MatchAndExplain
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:259
↓ 2 callers
Method
MatchAndExplainImpl
The first argument of MatchAndExplainImpl() is needed to help Symbian's C++ compiler choose which overload to use. Its type is true_type iff the Fiel
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:2209
↓ 2 callers
Method
Matches
Returns true iff the given arguments match the matchers.
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:329
← previous
next →
601–700 of 4,011, ranked by callers