Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewprock/pokerstove
/ functions
Functions
3,474 in github.com/andrewprock/pokerstove
⨍
Functions
3,474
◇
Types & classes
1,145
↓ 8 callers
Function
StrCaseNe
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4497
↓ 8 callers
Function
StrNe
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4481
↓ 8 callers
Function
SumOverTestSuiteList
Iterates over a vector of TestSuites, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
src/ext/googletest/googletest/src/gtest.cc:424
↓ 8 callers
Function
TestLogWithSeverity
Verifies that Log() behaves correctly for the given verbosity level and log severity.
src/ext/googletest/googlemock/test/gmock-internal-utils_test.cc:401
↓ 8 callers
Method
assertFailFastBehavior
Assert --fail_fast via flag.
src/ext/googletest/googletest/test/googletest-failfast-unittest.py:269
↓ 8 callers
Method
assertNotFailFastBehavior
Assert --nofail_fast via flag.
src/ext/googletest/googletest/test/googletest-failfast-unittest.py:291
↓ 8 callers
Method
canonize
src/lib/pokerstove/peval/CardSet.cpp:185
↓ 8 callers
Method
end
src/ext/googletest/googletest/include/gtest/internal/gtest-param-util.h:200
↓ 8 callers
Method
eval
* This version is for when you know you are only interested in * non-split pot games. */
src/lib/pokerstove/peval/PokerHandEvaluator.h:104
↓ 8 callers
Function
listeners
Provides access to the event listener list.
src/ext/googletest/googletest/src/gtest-internal-inl.h:608
↓ 8 callers
Method
x
src/ext/googletest/googletest/test/gtest_unittest.cc:5123
↓ 7 callers
Method
AssertSetEqual
Asserts that two sets are equal.
src/ext/googletest/googletest/test/googletest-filter-unittest.py:259
↓ 7 callers
Function
CheckTestFailureCount
src/ext/googletest/googletest/test/gtest_stress_test.cc:109
↓ 7 callers
Method
CreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
src/ext/googletest/googletest/src/gtest-filepath.cc:334
↓ 7 callers
Function
DivisibleBy
src/ext/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:2296
↓ 7 callers
Method
Enqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
src/ext/googletest/googletest/samples/sample3-inl.h:114
↓ 7 callers
Function
FOpen
src/ext/googletest/googletest/include/gtest/internal/gtest-port.h:2091
↓ 7 callers
Function
Fail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
src/ext/googletest/googletest/test/gtest_assert_by_exception_test.cc:52
↓ 7 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
src/ext/googletest/googletest/src/gtest-filepath.cc:251
↓ 7 callers
Function
FloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4312
↓ 7 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
src/ext/googletest/googletest/src/gtest-port.cc:995
↓ 7 callers
Function
GTEST_LOCK_EXCLUDED_
src/ext/googletest/googletest/src/gtest.cc:4973
↓ 7 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/ext/googletest/googletest/src/gtest.cc:638
↓ 7 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
src/ext/googletest/googletest/src/gtest-death-test.cc:344
↓ 7 callers
Method
GetTestInfo
src/ext/googletest/googletest/test/gtest_unittest.cc:5257
↓ 7 callers
Method
GetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
src/ext/googletest/googletest/src/gtest.cc:2948
↓ 7 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/ext/googletest/googletest/src/gtest.cc:962
↓ 7 callers
Function
GlobalFunction
A global function that's expected to die.
src/ext/googletest/googletest/test/googletest-death-test-test.cc:166
↓ 7 callers
Function
GrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
src/ext/googletest/googlemock/test/gmock-internal-utils_test.cc:507
↓ 7 callers
Function
IsAsciiPunct
src/ext/googletest/googletest/src/gtest-port.cc:738
↓ 7 callers
Function
NanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4290
↓ 7 callers
Function
NanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4318
↓ 7 callers
Function
NotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4266
↓ 7 callers
Function
Optional
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:5241
↓ 7 callers
Function
PrintByRef
src/ext/googletest/googletest/test/googletest-printers-test.cc:314
↓ 7 callers
Method
Release
src/ext/googletest/googletest/src/gtest.cc:3820
↓ 7 callers
Function
RemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
src/ext/googletest/googletest/test/googletest-output-test.py:184
↓ 7 callers
Function
Shuffle
src/ext/googletest/googletest/src/gtest-internal-inl.h:328
↓ 7 callers
Method
Skipped
Returns true if and only if the test was skipped.
src/ext/googletest/googletest/src/gtest.cc:2413
↓ 7 callers
Method
UponLeavingGTest
src/ext/googletest/googlemock/test/gmock-internal-utils_test.cc:435
↓ 7 callers
Method
c_string
Gets the 0-terminated C string this MyString object represents.
src/ext/googletest/googletest/samples/sample2.h:71
↓ 7 callers
Method
disabled_test_count
Gets the number of disabled tests.
src/ext/googletest/googletest/src/gtest.cc:1111
↓ 7 callers
Method
evaluateHigh
this is a rough draft of the evaluateHigh routine, the idea is that it should be AFAP. However, this is a general 1-7 card evaluator, so it cannot be
src/lib/pokerstove/peval/CardSet.cpp:403
↓ 7 callers
Method
is_nan
Returns true if and only if this is NAN (not a number).
src/ext/googletest/googletest/include/gtest/internal/gtest-internal.h:324
↓ 7 callers
Method
minorRank
src/lib/pokerstove/peval/PokerEvaluation.cpp:210
↓ 7 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/ext/googletest/googletest/src/gtest.cc:5495
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
src/ext/googletest/googletest/src/gtest.cc:6239
↓ 7 callers
Method
rankBit
src/lib/pokerstove/peval/Rank.h:113
↓ 7 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/ext/googletest/googletest/src/gtest.cc:5106
↓ 7 callers
Method
set
src/ext/googletest/googletest/include/gtest/internal/gtest-port.h:1574
↓ 7 callers
Method
what
src/ext/googletest/googletest/test/googletest-death-test_ex_test.cc:62
↓ 6 callers
Function
AddFatalFailure
AddFatalFailure() and AddNonfatalFailure() must be stand-alone functions (i.e. their definitions cannot be inlined at the call sites), or C++Builder w
src/ext/googletest/googletest/test/gtest_unittest.cc:1159
↓ 6 callers
Function
AddNonfatalFailure
src/ext/googletest/googletest/test/gtest_unittest.cc:1161
↓ 6 callers
Function
AllArgs
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:5228
↓ 6 callers
Function
ArrayAsVector
src/ext/googletest/googletest/src/gtest.cc:2326
↓ 6 callers
Function
ArrayAwareFind
src/ext/googletest/googletest/include/gtest/internal/gtest-internal.h:1033
↓ 6 callers
Function
Base64Unescape
src/ext/googletest/googlemock/src/gmock-internal-utils.cc:228
↓ 6 callers
Function
ChDir
src/ext/googletest/googletest/include/gtest/internal/gtest-port.h:2089
↓ 6 callers
Function
CharPtr
src/ext/googletest/googlemock/test/gmock-actions_test.cc:1205
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
src/ext/googletest/googletest/src/gtest.cc:1977
↓ 6 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
src/ext/googletest/googlemock/src/gmock-cardinalities.cc:72
↓ 6 callers
Method
ConservativeUpperBound
src/ext/googletest/googlemock/src/gmock-cardinalities.cc:73
↓ 6 callers
Function
CopyArray
src/ext/googletest/googletest/include/gtest/internal/gtest-internal.h:1049
↓ 6 callers
Method
Dequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
src/ext/googletest/googletest/samples/sample3-inl.h:129
↓ 6 callers
Method
DescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
src/ext/googletest/googlemock/src/gmock-cardinalities.cc:107
↓ 6 callers
Function
DieIf
A unary function that may die.
src/ext/googletest/googletest/test/googletest-death-test-test.cc:175
↓ 6 callers
Function
Equals
src/ext/googletest/googlemock/include/gmock/gmock-function-mocker.h:83
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
src/ext/googletest/googletest/test/gtest_unittest.cc:2013
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestSuite
src/ext/googletest/googletest/test/gtest_unittest.cc:2021
↓ 6 callers
Function
FloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4325
↓ 6 callers
Method
Foo
src/ext/googletest/googlemock/test/gmock-actions_test.cc:1219
↓ 6 callers
Function
FormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
src/ext/googletest/googletest/src/gtest.cc:3094
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/ext/googletest/googletest/src/gtest-port.cc:788
↓ 6 callers
Function
FromStringLike
src/ext/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:1151
↓ 6 callers
Function
GenerateFatalFailureInAnotherThread
src/ext/googletest/googletest/test/gtest_stress_test.cc:162
↓ 6 callers
Function
GetDirFromEnv
Returns the value of the first environment variable that is set and contains a non-empty string. If there are none, returns the "fallback" string. Add
src/ext/googletest/googletest/src/gtest.cc:6835
↓ 6 callers
Method
GetNextPrime
src/ext/googletest/googletest/samples/sample8_unittest.cc:68
↓ 6 callers
Function
InitGoogleMock
Initializes Google Mock. This must be called before running the tests. In particular, it parses a command line for the flags that Google Mock recogn
src/ext/googletest/googlemock/src/gmock.cc:203
↓ 6 callers
Function
IsUTF8TrailByte
src/ext/googletest/googletest/src/gtest-printers.cc:481
↓ 6 callers
Function
MakePolymorphicAction
src/ext/googletest/googlemock/include/gmock/gmock-actions.h:911
↓ 6 callers
Method
MatchesName
Returns true if and only if name matches at least one of the patterns in the filter.
src/ext/googletest/googletest/src/gtest.cc:780
↓ 6 callers
Function
Message
Copy constructor.
src/ext/googletest/googletest/include/gtest/gtest-message.h:112
↓ 6 callers
Function
NanSensitiveDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4305
↓ 6 callers
Function
NanSensitiveFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4333
↓ 6 callers
Function
PolymorphicIsEven
src/ext/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:358
↓ 6 callers
Function
PrintValue
src/ext/googletest/googletest/test/googletest-param-test-test.cc:72
↓ 6 callers
Method
Reset
src/ext/googletest/googletest/src/gtest-port.cc:283
↓ 6 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
src/ext/googletest/googletest/test/googletest-filter-unittest.py:183
↓ 6 callers
Function
Short
For suppressing compiler warnings on conversion possibly losing precision.
src/ext/googletest/googlemock/test/gmock-more-actions_test.cc:69
↓ 6 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
src/ext/googletest/googletest/src/gtest-port.cc:1381
↓ 6 callers
Method
VerifyRegisteredTestNames
Verifies that registered_tests match the test names in registered_tests_; returns registered_tests if successful, or aborts the program otherwise.
src/ext/googletest/googletest/src/gtest-typed-test.cc:60
↓ 6 callers
Method
begin
src/ext/googletest/googletest/include/gtest/internal/gtest-param-util.h:199
↓ 6 callers
Function
bottomRanks
src/lib/pokerstove/peval/OmahaEightHandEvaluator.h:13
↓ 6 callers
Method
cards
src/lib/pokerstove/peval/CardSet.cpp:274
↓ 6 callers
Method
contains
src/lib/pokerstove/peval/CardSet.cpp:306
↓ 6 callers
Function
flipAce
src/lib/pokerstove/peval/OmahaEightHandEvaluator.h:26
↓ 6 callers
Method
line
src/ext/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:283
↓ 6 callers
Method
rankMask
src/lib/pokerstove/peval/CardSet.cpp:338
↓ 6 callers
Method
reportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
src/ext/googletest/googletest/src/gtest.cc:1105
↓ 6 callers
Method
reportable_test_count
Gets the number of tests to be printed in the XML report.
src/ext/googletest/googletest/src/gtest.cc:1116
← previous
next →
301–400 of 3,474, ranked by callers