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
↓ 23 callers
Function
IsPrime
Returns true iff n is a prime number.
googletest-release-1.8.0/googletest/samples/sample1.cc:47
↓ 23 callers
Function
IsValidEscape
Returns true iff "\\c" is a supported escape sequence.
googletest-release-1.8.0/googletest/src/gtest-port.cc:646
↓ 23 callers
Function
ParseNaturalNumber
googletest-release-1.8.0/googletest/src/gtest-internal-inl.h:967
↓ 23 callers
Method
key
Gets the user supplied key.
googletest-release-1.8.0/googletest/include/gtest/gtest.h:496
↓ 22 callers
Function
Args
googletest-release-1.8.0/googlemock/include/gmock/gmock-generated-matchers.h:480
↓ 22 callers
Function
IsNull
googletest-release-1.8.0/googletest/test/gtest-unittest-api_test.cc:140
↓ 22 callers
Function
StrCaseEq
Matches a string equal to str, ignoring case.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3968
↓ 22 callers
Method
end
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:4508
↓ 22 callers
Function
impl
Accessors for the implementation object.
googletest-release-1.8.0/googletest/include/gtest/gtest.h:1287
↓ 21 callers
Method
GenerateMethodSource
Convert C++ source to Google Mock output source lines.
googletest-release-1.8.0/googlemock/scripts/generator/cpp/gmock_class_test.py:48
↓ 21 callers
Method
MatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:256
↓ 21 callers
Function
Pointee
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3872
↓ 21 callers
Function
StartsWith
Matches a string that starts with 'prefix' (case-sensitive).
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3990
↓ 21 callers
Function
VerifyGenerator
googletest-release-1.8.0/googletest/test/gtest-param-test_test.cc:130
↓ 20 callers
Method
DescribeNegationTo
Describes the negation of this matcher to an ostream.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:270
↓ 20 callers
Function
ExplainMatchResult
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4354
↓ 20 callers
Method
Get
googletest-release-1.8.0/googletest/src/gtest-port.cc:193
↓ 20 callers
Function
Property
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3912
↓ 20 callers
Method
signal
Disruptor.TestTools/CountdownEvent.cpp:49
↓ 19 callers
Function
AlwaysFalse
Always returns false.
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-internal.h:736
↓ 19 callers
Method
Append
googletest-release-1.8.0/googletest/src/gtest.cc:3276
↓ 19 callers
Function
ConvertIdentifierNameToWords
Converts an identifier name to a space-separated list of lower-case words. Each maximum substring of the form [A-Za-z][a-z]*|\d+ is treated as one wo
googletest-release-1.8.0/googlemock/src/gmock-internal-utils.cc:54
↓ 19 callers
Function
Pointwise
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4185
↓ 19 callers
Method
add
Disruptor/ConsumerRepository.h:25
↓ 19 callers
Method
get
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:3294
↓ 18 callers
Method
DescribeTo
Describes self to an ostream.
googletest-release-1.8.0/googlemock/test/gmock-cardinalities_test.cc:410
↓ 18 callers
Function
ErrorExit
Print an error message to stderr and exit.
googletest-release-1.8.0/googlemock/scripts/upload.py:109
↓ 18 callers
Function
ErrorExit
Print an error message to stderr and exit.
googletest-release-1.8.0/googletest/scripts/upload.py:109
↓ 18 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
googletest-release-1.8.0/googletest/src/gtest-port.cc:880
↓ 18 callers
Function
GTEST_LOCK_EXCLUDED_
googletest-release-1.8.0/googlemock/src/gmock-spec-builders.cc:174
↓ 18 callers
Method
GetNextPrime
googletest-release-1.8.0/googletest/samples/prime_tables.h:69
↓ 18 callers
Function
Range
googletest-release-1.8.0/googletest/include/gtest/gtest-param-test.h:242
↓ 18 callers
Function
SizeIs
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4127
↓ 18 callers
Method
waitOne
Disruptor.TestTools/ManualResetEvent.cpp:30
↓ 17 callers
Method
IsInterested
Returns true iff the listener is interested in an explanation of the match result. A matcher's MatchAndExplain() method can use this information to a
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:104
↓ 17 callers
Function
ResultOf
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3939
↓ 17 callers
Function
ShuffleRange
googletest-release-1.8.0/googletest/src/gtest-internal-inl.h:312
↓ 17 callers
Function
UnorderedPointwise
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4219
↓ 17 callers
Method
reset
Disruptor.PerfTests/FizzBuzzEvent.cpp:10
↓ 17 callers
Method
sequence
Disruptor.Tests/RingBufferTestsFixture.cpp:90
↓ 17 callers
Method
set
Disruptor.TestTools/ResetEvent.cpp:18
↓ 17 callers
Method
setValue
Disruptor/Sequence.cpp:22
↓ 16 callers
Function
ArrayEq
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-internal.h:960
↓ 16 callers
Function
Factorial
Returns n! (the factorial of n). For negative n, n! is defined to be 1.
googletest-release-1.8.0/googletest/samples/sample1.cc:37
↓ 16 callers
Function
GetTestsForAllIterations
Runs the test program and returns a list of test lists. Args: extra_env: a map from environment variables to their values args: command lin
googletest-release-1.8.0/googletest/test/gtest_shuffle_test.py:87
↓ 16 callers
Function
IsAsciiWordChar
googletest-release-1.8.0/googletest/src/gtest-port.cc:640
↓ 16 callers
Function
IsHalfOf
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:5433
↓ 16 callers
Function
IsSubstring
googletest-release-1.8.0/googletest/src/gtest.cc:1606
↓ 16 callers
Function
OfType
googletest-release-1.8.0/googlemock/test/gmock-matchers_test.cc:192
↓ 16 callers
Function
PartialMatch
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:1187
↓ 16 callers
Function
RunShell
(command, silent_ok=False, universal_newlines=True, print_output=False)
googletest-release-1.8.0/googlemock/scripts/upload.py:577
↓ 16 callers
Function
RunShell
(command, silent_ok=False, universal_newlines=True, print_output=False)
googletest-release-1.8.0/googletest/scripts/upload.py:577
↓ 16 callers
Function
ShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
googletest-release-1.8.0/googletest/src/gtest.cc:4715
↓ 16 callers
Function
UnorderedElementsAre
googletest-release-1.8.0/googlemock/include/gmock/gmock-generated-matchers.h:783
↓ 16 callers
Function
UnorderedElementsAreArray
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3686
↓ 16 callers
Method
VoidFromString
googletest-release-1.8.0/googlemock/test/gmock_link_test.h:228
↓ 16 callers
Function
WhenSorted
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4171
↓ 16 callers
Method
halt
Disruptor.PerfTests/EventCountingQueueProcessor.cpp:20
↓ 16 callers
Method
publishEvent
* Publish an event to the ring buffer. * * \param eventTranslator the translator that will load data into the event */
Disruptor/Disruptor.h:291
↓ 16 callers
Method
setValue
Disruptor.Tests/SequenceBarrierTestsFixture.cpp:72
↓ 16 callers
Method
test_property_count
Returns the number of the test properties.
googletest-release-1.8.0/googletest/src/gtest.cc:2205
↓ 16 callers
Method
total_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
googletest-release-1.8.0/googletest/src/gtest.cc:2200
↓ 16 callers
Method
value
Disruptor.Tests/StubEvent.cpp:21
↓ 16 callers
Method
waitFor
Disruptor.Tests/DisruptorFixture.cpp:134
↓ 15 callers
Method
Bar
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:4997
↓ 15 callers
Function
Describe
googletest-release-1.8.0/googlemock/test/gmock-generated-matchers_test.cc:86
↓ 15 callers
Function
IsNull
Creates a polymorphic matcher that matches any NULL pointer.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3795
↓ 15 callers
Function
Key
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4322
↓ 15 callers
Function
MatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
googletest-release-1.8.0/googletest/src/gtest-port.cc:807
↓ 15 callers
Function
ThrowAnInteger
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:3309
↓ 15 callers
Method
__init__
(self, start, end)
googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py:112
↓ 15 callers
Method
count
Returns the number of live test objects that uses this fixture.
googletest-release-1.8.0/googletest/test/gtest_unittest.cc:5040
↓ 15 callers
Method
reset
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:1132
↓ 14 callers
Function
Assert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
googletest-release-1.8.0/googlemock/include/gmock/internal/gmock-internal-utils.h:281
↓ 14 callers
Function
CodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
googletest-release-1.8.0/googletest/src/gtest.cc:1759
↓ 14 callers
Function
CountIf
googletest-release-1.8.0/googletest/src/gtest-internal-inl.h:283
↓ 14 callers
Method
DirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
googletest-release-1.8.0/googletest/src/gtest-filepath.cc:223
↓ 14 callers
Function
EndsWith
Matches a string that ends with 'suffix' (case-sensitive).
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:3997
↓ 14 callers
Function
FormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
googletest-release-1.8.0/googletest/src/gtest.cc:3550
↓ 14 callers
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:1184
↓ 14 callers
Function
MakePolymorphicAction
googletest-release-1.8.0/googlemock/include/gmock/gmock-actions.h:475
↓ 14 callers
Function
MatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
googletest-release-1.8.0/googletest/src/gtest-port.cc:744
↓ 14 callers
Method
begin
Disruptor/ConsumerRepository.h:105
↓ 14 callers
Method
total_test_count
Gets the number of all tests.
googletest-release-1.8.0/googletest/src/gtest.cc:777
↓ 13 callers
Function
Binary
googletest-release-1.8.0/googlemock/test/gmock-more-actions_test.cc:108
↓ 13 callers
Method
Binary
googletest-release-1.8.0/googlemock/test/gmock-more-actions_test.cc:188
↓ 13 callers
Function
Check
Prints the message and aborts the program if condition is false.
googletest-release-1.8.0/googletest/test/gtest_environment_test.cc:116
↓ 13 callers
Function
DoAll
googletest-release-1.8.0/googlemock/include/gmock/gmock-generated-actions.h:695
↓ 13 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
googletest-release-1.8.0/googlemock/include/gmock/gmock-actions.h:1099
↓ 13 callers
Function
Expect
Verifies that condition is true; generates a non-fatal failure if condition is false.
googletest-release-1.8.0/googlemock/include/gmock/internal/gmock-internal-utils.h:294
↓ 13 callers
Function
ExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
googletest-release-1.8.0/googlemock/include/gmock/gmock-spec-builders.h:746
↓ 13 callers
Function
IsAsciiWhiteSpace
googletest-release-1.8.0/googletest/src/gtest-port.cc:639
↓ 13 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
googletest-release-1.8.0/googletest/src/gtest-port.cc:627
↓ 13 callers
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
googletest-release-1.8.0/googletest/src/gtest-filepath.cc:253
↓ 13 callers
Method
Set
Sets the 0-terminated C string this MyString object represents.
googletest-release-1.8.0/googletest/samples/sample2.cc:51
↓ 13 callers
Function
TupleMatches
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:796
↓ 13 callers
Method
tryNext
Disruptor/RingBuffer.h:211
↓ 12 callers
Function
BeginEndDistanceIs
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4138
↓ 12 callers
Function
ContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
googletest-release-1.8.0/googlemock/include/gmock/gmock-matchers.h:4016
↓ 12 callers
Method
Failed
Returns true iff the test failed.
googletest-release-1.8.0/googletest/src/gtest.cc:2170
← previous
next →
101–200 of 4,011, ranked by callers