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
↓ 12 callers
Function
GetEnv
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:2387
↓ 12 callers
Function
GetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
googletest-release-1.8.0/googletest/test/gtest_shuffle_test.py:110
↓ 12 callers
Function
IsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
googletest-release-1.8.0/googletest/src/gtest-port.cc:634
↓ 12 callers
Method
IsPrime
googletest-release-1.8.0/googletest/samples/sample8_unittest.cc:62
↓ 12 callers
Function
PrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:678
↓ 12 callers
Function
RandomSeedFlag
(n)
googletest-release-1.8.0/googletest/test/gtest_shuffle_test.py:74
↓ 12 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
googletest-release-1.8.0/googletest/src/gtest-filepath.cc:166
↓ 12 callers
Function
ShuffleFlag
()
googletest-release-1.8.0/googletest/test/gtest_shuffle_test.py:70
↓ 12 callers
Function
WhenSortedBy
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4161
↓ 12 callers
Function
_GenericDiagnoser
Diagnoses the given disease by pattern matching. Can provide different diagnoses for different patterns. Args: short_name: Short name of the
googletest-release-1.8.0/googlemock/scripts/gmock_doctor.py:144
↓ 11 callers
Function
ACTION_TEMPLATE
googletest-release-1.8.0/googlemock/include/gmock/gmock-generated-actions.h:2196
↓ 11 callers
Function
Abort
googletest-release-1.8.0/googletest/src/gtest-port.cc:1124
↓ 11 callers
Function
AllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:2046
↓ 11 callers
Function
AlwaysTrue
googletest-release-1.8.0/googletest/src/gtest.cc:4988
↓ 11 callers
Function
AnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:2244
↓ 11 callers
Function
ByRef
googletest-release-1.8.0/googlemock/include/gmock/gmock-actions.h:1199
↓ 11 callers
Function
EqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
googletest-release-1.8.0/googletest/src/gtest.cc:1312
↓ 11 callers
Function
InvokeWithoutArgs
googletest-release-1.8.0/googlemock/include/gmock/gmock-actions.h:1167
↓ 11 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.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:688
↓ 11 callers
Function
Matches
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4341
↓ 11 callers
Function
ParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
googletest-release-1.8.0/googletest/src/gtest.cc:5070
↓ 11 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
googletest-release-1.8.0/googletest/src/gtest-filepath.cc:155
↓ 11 callers
Method
RemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
googletest-release-1.8.0/googletest/src/gtest-filepath.cc:346
↓ 11 callers
Method
RunAndVerify
Runs gtest_break_on_failure_unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of the GT
googletest-release-1.8.0/googletest/test/gtest_break_on_failure_unittest.py:99
↓ 11 callers
Method
RunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of gtest_filter_unittest_ with the given filter, and ve
googletest-release-1.8.0/googletest/test/gtest_filter_unittest.py:290
↓ 11 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
googletest-release-1.8.0/googletest/test/gtest_color_test.py:47
↓ 11 callers
Function
TestFlag
Verifies that the given flag is affected by the corresponding env var.
googletest-release-1.8.0/googletest/test/gtest_env_var_test.py:73
↓ 11 callers
Function
ThrowNothing
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:3760
↓ 11 callers
Function
Truly
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4115
↓ 11 callers
Function
getMinimumSequence
Disruptor/Util.cpp:40
↓ 11 callers
Method
isAvailable
* Confirms if a sequence is published and the event is available for use; non-blocking. * * \param sequence sequence of the buffer
Disruptor/MultiProducerSequencer.h:201
↓ 11 callers
Method
pointer
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:1854
↓ 11 callers
Method
set_n
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:3585
↓ 10 callers
Function
AssertDebugDeathHelper
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:699
↓ 10 callers
Function
CaptureStderr
Starts capturing stderr.
googletest-release-1.8.0/googletest/src/gtest-port.cc:1042
↓ 10 callers
Function
DeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
googletest-release-1.8.0/googletest/src/gtest-death-test.cc:262
↓ 10 callers
Function
DescribeNegation
googletest-release-1.8.0/googlemock/test/gmock-generated-matchers_test.cc:94
↓ 10 callers
Function
DieInside
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:125
↓ 10 callers
Function
ForEach
googletest-release-1.8.0/googletest/src/gtest-internal-inl.h:296
↓ 10 callers
Function
Int32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
googletest-release-1.8.0/googletest/src/gtest.cc:4760
↓ 10 callers
Function
Int32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
googletest-release-1.8.0/googletest/src/gtest-port.cc:1204
↓ 10 callers
Function
IsNotSubstring
googletest-release-1.8.0/googletest/src/gtest.cc:1618
↓ 10 callers
Function
IsRepeat
googletest-release-1.8.0/googletest/src/gtest-port.cc:638
↓ 10 callers
Method
Join
googletest-release-1.8.0/googletest/src/gtest-port.cc:385
↓ 10 callers
Function
LogIsVisible
Returns true iff a log with the given severity is visible according to the --gmock_verbose flag.
googletest-release-1.8.0/googlemock/src/gmock-internal-utils.cc:110
↓ 10 callers
Method
OnTestProgramStart
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:6996
↓ 10 callers
Method
Passed
googletest-release-1.8.0/googletest/test/gtest-death-test_test.cc:951
↓ 10 callers
Method
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
googletest-release-1.8.0/googletest/src/gtest.cc:4055
↓ 10 callers
Method
SetMatchers
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:1280
↓ 10 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
googletest-release-1.8.0/googletest/src/gtest.cc:5001
↓ 10 callers
Function
StrCaseNe
Matches a string not equal to str, ignoring case.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3975
↓ 10 callers
Function
StrNe
Matches a string not equal to str.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3961
↓ 10 callers
Function
TestInitGoogleMock
googletest-release-1.8.0/googlemock/test/gmock_test.cc:49
↓ 10 callers
Method
Use
googletest-release-1.8.0/googletest/test/gtest-linked_ptr_test.cc:51
↓ 10 callers
Function
Value
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4347
↓ 10 callers
Method
_AddBackToken
(self, token)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:910
↓ 10 callers
Method
_GetMatchingChar
(self, open_paren, close_paren, GetNextToken=None)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:880
↓ 10 callers
Method
_GetTokensUpTo
(self, expected_token_type, expected_token)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:849
↓ 10 callers
Method
current_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
googletest-release-1.8.0/googletest/src/gtest.cc:4932
↓ 10 callers
Method
cursor
Disruptor.Tests/DummySequenceBarrier.cpp:15
↓ 10 callers
Method
end
Disruptor/ConsumerRepository.h:110
↓ 10 callers
Method
failed_test_count
Gets the number of failed tests.
googletest-release-1.8.0/googletest/src/gtest.cc:756
↓ 10 callers
Method
run
Disruptor.Tests/StubPublisher.cpp:18
↓ 10 callers
Method
total_test_case_count
Gets the number of all test cases.
googletest-release-1.8.0/googletest/src/gtest.cc:740
↓ 9 callers
Method
AtEnd
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-param-util-generated.h:3245
↓ 9 callers
Method
BaseGenerator
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-param-util-generated.h:3194
↓ 9 callers
Method
Clone
(self)
googletest-release-1.8.0/googletest/scripts/pump.py:589
↓ 9 callers
Function
Elements
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3333
↓ 9 callers
Method
Equals
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-param-util.h:240
↓ 9 callers
Function
GTEST_EXCLUSIVE_LOCK_REQUIRED_
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:773
↓ 9 callers
Method
Generate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
googletest-release-1.8.0/googletest/src/gtest.cc:311
↓ 9 callers
Function
GetElementOr
googletest-release-1.8.0/googletest/src/gtest-internal-inl.h:303
↓ 9 callers
Function
GetTimeInMillis
Returns the current time in milliseconds.
googletest-release-1.8.0/googletest/src/gtest.cc:806
↓ 9 callers
Function
IsEven
Returns true iff the argument is an even number.
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:2111
↓ 9 callers
Function
Log
Prints the given message to stdout iff 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also prints the s
googletest-release-1.8.0/googlemock/src/gmock-internal-utils.cc:131
↓ 9 callers
Function
PrintArrayHelper
googletest-release-1.8.0/googletest/test/gtest-printers_test.cc:595
↓ 9 callers
Method
RunAndVerify
Runs gtest_throw_on_failure_test_ and verifies that it does (or does not) exit with a non-zero code. Args: env_var_value: value of t
googletest-release-1.8.0/googletest/test/gtest_throw_on_failure_test.py:83
↓ 9 callers
Method
RunAndVerifyAllowingDisabled
Checks that the binary runs correct set of tests for the given filter. Runs gtest_filter_unittest_ with the given filter, and enables disable
googletest-release-1.8.0/googletest/test/gtest_filter_unittest.py:328
↓ 9 callers
Method
_StringHelper
(self, name, suffix)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:135
↓ 9 callers
Method
bufferSize
* The capacity of the data structure to hold entries. */
Disruptor/Disruptor.h:383
↓ 9 callers
Method
cursor
* Get the value of the cursor indicating the published sequence. */
Disruptor/Disruptor.h:375
↓ 9 callers
Method
elapsed_time
Gets the elapsed time, in milliseconds.
googletest-release-1.8.0/googletest/src/gtest.cc:4050
↓ 9 callers
Function
failIfNot
Disruptor.PerfTests/PerfTestUtil.cpp:36
↓ 9 callers
Method
sequence
Disruptor/EventPoller.h:104
↓ 8 callers
Function
ACTION_TEMPLATE
Tests that ACTION_TEMPLATE works for integral template parameters.
googletest-release-1.8.0/googlemock/test/gmock-generated-actions_test.cc:1099
↓ 8 callers
Function
AddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
googletest-release-1.8.0/googletest/include/gtest/gtest.h:1350
↓ 8 callers
Function
CaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:1090
↓ 8 callers
Function
ClearCurrentTestPartResults
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:355
↓ 8 callers
Function
Combine
googletest-release-1.8.0/googletest/include/gtest/gtest-param-test.h:1274
↓ 8 callers
Function
DoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3828
↓ 8 callers
Function
EMString
Test helper for formatting element, matcher index pairs in expectations.
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:4940
↓ 8 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:1966
↓ 8 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
googletest-release-1.8.0/googletest/src/gtest-port.cc:1052
↓ 8 callers
Function
GetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
googletest-release-1.8.0/googletest/src/gtest-internal-inl.h:136
↓ 8 callers
Function
GetRawPointer
googletest-release-1.8.0/googlemock/include/gmock/internal/gmock-internal-utils.h:76
↓ 8 callers
Method
GetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
googletest-release-1.8.0/googletest/src/gtest.cc:4063
↓ 8 callers
Function
HandleExceptionsInMethodIfSupported
googletest-release-1.8.0/googletest/src/gtest.cc:2410
↓ 8 callers
Function
HasPrefix
googletest-release-1.8.0/googletest/test/gtest-printers_test.cc:542
↓ 8 callers
Function
IsEmpty
Returns true iff the path is "".
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-filepath.h:111
↓ 8 callers
Function
IsSubstringImpl
googletest-release-1.8.0/googletest/src/gtest.cc:1583
← previous
next →
201–300 of 4,011, ranked by callers