MCPcopy Create free account

hub / github.com/andrewprock/pokerstove / functions

Functions3,474 in github.com/andrewprock/pokerstove

↓ 8 callersFunctionStrCaseNe
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4497
↓ 8 callersFunctionStrNe
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:4481
↓ 8 callersFunctionSumOverTestSuiteList
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 callersFunctionTestLogWithSeverity
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 callersMethodassertFailFastBehavior
Assert --fail_fast via flag.
src/ext/googletest/googletest/test/googletest-failfast-unittest.py:269
↓ 8 callersMethodassertNotFailFastBehavior
Assert --nofail_fast via flag.
src/ext/googletest/googletest/test/googletest-failfast-unittest.py:291
↓ 8 callersMethodcanonize
src/lib/pokerstove/peval/CardSet.cpp:185
↓ 8 callersMethodend
src/ext/googletest/googletest/include/gtest/internal/gtest-param-util.h:200
↓ 8 callersMethodeval
* This version is for when you know you are only interested in * non-split pot games. */
src/lib/pokerstove/peval/PokerHandEvaluator.h:104
↓ 8 callersFunctionlisteners
Provides access to the event listener list.
src/ext/googletest/googletest/src/gtest-internal-inl.h:608
↓ 8 callersMethodx
src/ext/googletest/googletest/test/gtest_unittest.cc:5123
↓ 7 callersMethodAssertSetEqual
Asserts that two sets are equal.
src/ext/googletest/googletest/test/googletest-filter-unittest.py:259
↓ 7 callersFunctionCheckTestFailureCount
src/ext/googletest/googletest/test/gtest_stress_test.cc:109
↓ 7 callersMethodCreateDirectoriesRecursively
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 callersFunctionDivisibleBy
src/ext/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:2296
↓ 7 callersMethodEnqueue
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 callersFunctionFOpen
src/ext/googletest/googletest/include/gtest/internal/gtest-port.h:2091
↓ 7 callersFunctionFail
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 callersMethodFileOrDirectoryExists
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 callersFunctionFloatEq
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 callersFunctionFormatCompilerIndependentFileLocation
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 callersFunctionGTEST_LOCK_EXCLUDED_
src/ext/googletest/googletest/src/gtest.cc:4973
↓ 7 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/ext/googletest/googletest/src/gtest.cc:638
↓ 7 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
src/ext/googletest/googletest/src/gtest-death-test.cc:344
↓ 7 callersMethodGetTestInfo
src/ext/googletest/googletest/test/gtest_unittest.cc:5257
↓ 7 callersMethodGetTestInfo
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 callersFunctionGetTestTypeId
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 callersFunctionGlobalFunction
A global function that's expected to die.
src/ext/googletest/googletest/test/googletest-death-test-test.cc:166
↓ 7 callersFunctionGrabOutput
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 callersFunctionIsAsciiPunct
src/ext/googletest/googletest/src/gtest-port.cc:738
↓ 7 callersFunctionNanSensitiveDoubleEq
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 callersFunctionNanSensitiveFloatEq
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 callersFunctionNotNull
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 callersFunctionOptional
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:5241
↓ 7 callersFunctionPrintByRef
src/ext/googletest/googletest/test/googletest-printers-test.cc:314
↓ 7 callersMethodRelease
src/ext/googletest/googletest/src/gtest.cc:3820
↓ 7 callersFunctionRemoveMatchingTests
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 callersFunctionShuffle
src/ext/googletest/googletest/src/gtest-internal-inl.h:328
↓ 7 callersMethodSkipped
Returns true if and only if the test was skipped.
src/ext/googletest/googletest/src/gtest.cc:2413
↓ 7 callersMethodUponLeavingGTest
src/ext/googletest/googlemock/test/gmock-internal-utils_test.cc:435
↓ 7 callersMethodc_string
Gets the 0-terminated C string this MyString object represents.
src/ext/googletest/googletest/samples/sample2.h:71
↓ 7 callersMethoddisabled_test_count
Gets the number of disabled tests.
src/ext/googletest/googletest/src/gtest.cc:1111
↓ 7 callersMethodevaluateHigh
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 callersMethodis_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 callersMethodminorRank
src/lib/pokerstove/peval/PokerEvaluation.cpp:210
↓ 7 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/ext/googletest/googletest/src/gtest.cc:5495
↓ 7 callersMethodos_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 callersMethodrankBit
src/lib/pokerstove/peval/Rank.h:113
↓ 7 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/ext/googletest/googletest/src/gtest.cc:5106
↓ 7 callersMethodset
src/ext/googletest/googletest/include/gtest/internal/gtest-port.h:1574
↓ 7 callersMethodwhat
src/ext/googletest/googletest/test/googletest-death-test_ex_test.cc:62
↓ 6 callersFunctionAddFatalFailure
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 callersFunctionAddNonfatalFailure
src/ext/googletest/googletest/test/gtest_unittest.cc:1161
↓ 6 callersFunctionAllArgs
src/ext/googletest/googlemock/include/gmock/gmock-matchers.h:5228
↓ 6 callersFunctionArrayAsVector
src/ext/googletest/googletest/src/gtest.cc:2326
↓ 6 callersFunctionArrayAwareFind
src/ext/googletest/googletest/include/gtest/internal/gtest-internal.h:1033
↓ 6 callersFunctionBase64Unescape
src/ext/googletest/googlemock/src/gmock-internal-utils.cc:228
↓ 6 callersFunctionChDir
src/ext/googletest/googletest/include/gtest/internal/gtest-port.h:2089
↓ 6 callersFunctionCharPtr
src/ext/googletest/googlemock/test/gmock-actions_test.cc:1205
↓ 6 callersFunctionChopLowBits
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 callersMethodConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
src/ext/googletest/googlemock/src/gmock-cardinalities.cc:72
↓ 6 callersMethodConservativeUpperBound
src/ext/googletest/googlemock/src/gmock-cardinalities.cc:73
↓ 6 callersFunctionCopyArray
src/ext/googletest/googletest/include/gtest/internal/gtest-internal.h:1049
↓ 6 callersMethodDequeue
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 callersMethodDescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
src/ext/googletest/googlemock/src/gmock-cardinalities.cc:107
↓ 6 callersFunctionDieIf
A unary function that may die.
src/ext/googletest/googletest/test/googletest-death-test-test.cc:175
↓ 6 callersFunctionEquals
src/ext/googletest/googlemock/include/gmock/gmock-function-mocker.h:83
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
src/ext/googletest/googletest/test/gtest_unittest.cc:2013
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestSuite
src/ext/googletest/googletest/test/gtest_unittest.cc:2021
↓ 6 callersFunctionFloatNear
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 callersMethodFoo
src/ext/googletest/googlemock/test/gmock-actions_test.cc:1219
↓ 6 callersFunctionFormatCountableNoun
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 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/ext/googletest/googletest/src/gtest-port.cc:788
↓ 6 callersFunctionFromStringLike
src/ext/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:1151
↓ 6 callersFunctionGenerateFatalFailureInAnotherThread
src/ext/googletest/googletest/test/gtest_stress_test.cc:162
↓ 6 callersFunctionGetDirFromEnv
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 callersMethodGetNextPrime
src/ext/googletest/googletest/samples/sample8_unittest.cc:68
↓ 6 callersFunctionInitGoogleMock
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 callersFunctionIsUTF8TrailByte
src/ext/googletest/googletest/src/gtest-printers.cc:481
↓ 6 callersFunctionMakePolymorphicAction
src/ext/googletest/googlemock/include/gmock/gmock-actions.h:911
↓ 6 callersMethodMatchesName
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 callersFunctionMessage
Copy constructor.
src/ext/googletest/googletest/include/gtest/gtest-message.h:112
↓ 6 callersFunctionNanSensitiveDoubleNear
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 callersFunctionNanSensitiveFloatNear
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 callersFunctionPolymorphicIsEven
src/ext/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:358
↓ 6 callersFunctionPrintValue
src/ext/googletest/googletest/test/googletest-param-test-test.cc:72
↓ 6 callersMethodReset
src/ext/googletest/googletest/src/gtest-port.cc:283
↓ 6 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
src/ext/googletest/googletest/test/googletest-filter-unittest.py:183
↓ 6 callersFunctionShort
For suppressing compiler warnings on conversion possibly losing precision.
src/ext/googletest/googlemock/test/gmock-more-actions_test.cc:69
↓ 6 callersFunctionStringFromGTestEnv
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 callersMethodVerifyRegisteredTestNames
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 callersMethodbegin
src/ext/googletest/googletest/include/gtest/internal/gtest-param-util.h:199
↓ 6 callersFunctionbottomRanks
src/lib/pokerstove/peval/OmahaEightHandEvaluator.h:13
↓ 6 callersMethodcards
src/lib/pokerstove/peval/CardSet.cpp:274
↓ 6 callersMethodcontains
src/lib/pokerstove/peval/CardSet.cpp:306
↓ 6 callersFunctionflipAce
src/lib/pokerstove/peval/OmahaEightHandEvaluator.h:26
↓ 6 callersMethodline
src/ext/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:283
↓ 6 callersMethodrankMask
src/lib/pokerstove/peval/CardSet.cpp:338
↓ 6 callersMethodreportable_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 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
src/ext/googletest/googletest/src/gtest.cc:1116
← previousnext →301–400 of 3,474, ranked by callers