Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeLankamp/fpm
/ functions
Functions
1,471 in github.com/MikeLankamp/fpm
⨍
Functions
1,471
◇
Types & classes
575
Method
Desc
3rdparty/googletest/include/gtest/gtest-matchers.h:654
Method
Desc
3rdparty/googletest/include/gtest/gtest-matchers.h:662
Method
Desc
3rdparty/googletest/include/gtest/gtest-matchers.h:670
Method
DescribeNegationTo
Describes the negation of this matcher to an ostream. For example, if the description of this matcher is "is greater than 7", the negated description
3rdparty/googletest/include/gtest/gtest-matchers.h:125
Method
DescribeNegationTo
3rdparty/googletest/include/gtest/gtest-matchers.h:186
Method
DescribeNegationTo
3rdparty/googletest/include/gtest/gtest-matchers.h:543
Method
DescribeNegationTo
3rdparty/googletest/include/gtest/gtest-matchers.h:614
Method
DescribeNegationTo
3rdparty/googletest/include/gtest/gtest-matchers.h:716
Method
DescribeTo
3rdparty/googletest/include/gtest/gtest-matchers.h:184
Method
DescribeTo
3rdparty/googletest/include/gtest/gtest-matchers.h:541
Method
DescribeTo
3rdparty/googletest/include/gtest/gtest-matchers.h:610
Method
DescribeTo
3rdparty/googletest/include/gtest/gtest-matchers.h:711
Method
DistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
3rdparty/googletest/include/gtest/internal/gtest-internal.h:409
Function
DoubleLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
3rdparty/googletest/src/gtest.cc:1448
Function
DoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
3rdparty/googletest/src/gtest.cc:1384
Function
DownCast_
use like this: DownCast_<T*>(foo);
3rdparty/googletest/include/gtest/internal/gtest-port.h:1132
Method
DummyMatchResultListener
3rdparty/googletest/include/gtest/gtest-matchers.h:229
Method
EXCLUDES
Called by each thread
3rdparty/googlebench/src/mutex.h:104
Method
EXCLUDES
3rdparty/googlebench/src/thread_manager.h:21
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:299
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:79
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:195
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:328
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:479
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:648
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:835
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1040
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1262
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1502
Method
EndsWithCaseInsensitive
Returns true iff str ends with the given suffix, ignoring case. Any string is considered to end with an empty suffix.
3rdparty/googletest/src/gtest.cc:1965
Method
EqMatcher
3rdparty/googletest/include/gtest/gtest-matchers.h:628
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:334
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:116
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:239
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:380
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:538
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:714
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:908
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1121
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1350
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1597
Method
EscapeJson
Returns an JSON-escaped copy of the input string str.
3rdparty/googletest/src/gtest.cc:3990
Method
EscapeXml
Returns an XML-escaped copy of the input string str. If is_attribute is true, the text is meant to appear as an attribute value, and normalizable whi
3rdparty/googletest/src/gtest.cc:3581
Method
EscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
3rdparty/googletest/src/gtest.cc:3495
Method
EscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
3rdparty/googletest/src/gtest.cc:3500
Method
EventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
3rdparty/googletest/src/gtest.cc:4521
Method
ExecDeathTest
3rdparty/googletest/src/gtest-death-test.cc:1155
Function
ExitedUnsuccessfully
Returns true if exit_status describes a process that was terminated by a signal, or exited normally with a nonzero exit code.
3rdparty/googletest/src/gtest-death-test.cc:230
Method
ExitedWithCode
ExitedWithCode constructor.
3rdparty/googletest/src/gtest-death-test.cc:163
Method
ExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
3rdparty/googletest/include/gtest/gtest-matchers.h:274
Method
ExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
3rdparty/googletest/src/gtest-test-part.cc:42
Function
FReopen
3rdparty/googletest/include/gtest/internal/gtest-port.h:2119
Method
FactoryImpl
3rdparty/googletest/include/gtest/gtest.h:2471
Method
FilterMatchesTest
Returns true iff the user-specified filter matches the test suite name and the test name.
3rdparty/googletest/src/gtest.cc:529
Method
FilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestSuite and
3rdparty/googletest/src/gtest.cc:5395
Method
Finalize
Called once and only once after ever group of benchmarks is run and reported.
3rdparty/googlebench/include/benchmark/benchmark.h:1344
Method
FindLastPathSeparator
Returns a pointer to the last occurrence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separator
3rdparty/googletest/src/gtest-filepath.cc:131
Method
Fixture
3rdparty/googlebench/include/benchmark/benchmark.h:1003
Method
FlatTuple
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1271
Method
FlatTupleBase
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1250
Method
FlatTupleElemBase
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1238
Function
FloatLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
3rdparty/googletest/src/gtest.cc:1441
Method
FloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
3rdparty/googletest/include/gtest/internal/gtest-internal.h:318
Function
FloatingPointLE
3rdparty/googletest/src/gtest.cc:1404
Method
FlushEdits
3rdparty/googletest/src/gtest.cc:1187
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
3rdparty/googletest/src/gtest-death-test.cc:1077
Method
Format
3rdparty/googletest/include/gtest/gtest-printers.h:312
Method
Format
3rdparty/googletest/include/gtest/gtest-printers.h:321
Method
FormatBool
3rdparty/googletest/src/gtest-internal-inl.h:1192
Method
FormatByte
Formats a byte as "%02X".
3rdparty/googletest/src/gtest.cc:1989
Method
FormatHexInt
Formats an int value as "%X".
3rdparty/googletest/src/gtest.cc:1982
Method
FormatIntWidth2
Formats an int value as "%02d".
3rdparty/googletest/src/gtest.cc:1975
Method
FuchsiaDeathTest
3rdparty/googletest/src/gtest-death-test.cc:814
Method
FullMatch
Returns true iff regular expression re matches the entire str.
3rdparty/googletest/src/gtest-port.cc:634
Method
FunctionBenchmark
3rdparty/googlebench/include/benchmark/benchmark.h:940
Method
GTestFlagSaver
The c'tor.
3rdparty/googletest/src/gtest-internal-inl.h:159
Method
GTestLog
3rdparty/googletest/src/gtest-port.cc:961
Method
GTestMutexLock
3rdparty/googletest/include/gtest/internal/gtest-port.h:1478
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
3rdparty/googletest/src/gtest.cc:561
Function
Ge
3rdparty/googletest/include/gtest/gtest-matchers.h:778
Method
GeMatcher
3rdparty/googletest/include/gtest/gtest-matchers.h:668
Function
GenerateNames
3rdparty/googletest/include/gtest/internal/gtest-internal.h:703
Function
GenerateNamesRecursively
3rdparty/googletest/include/gtest/internal/gtest-internal.h:693
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
3rdparty/googletest/src/gtest-filepath.cc:278
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
3rdparty/googletest/src/gtest.cc:454
Method
GetArgvsForDeathTestChildProcess
3rdparty/googletest/src/gtest-death-test.cc:1163
Method
GetAsArray
3rdparty/googlebench/src/sysinfo.cc:129
Method
GetAsInteger
3rdparty/googlebench/src/sysinfo.cc:112
Method
GetAsString
3rdparty/googlebench/src/sysinfo.cc:110
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
3rdparty/googletest/src/gtest.cc:1368
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
3rdparty/googletest/src/gtest-port.cc:1102
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
3rdparty/googletest/src/gtest-filepath.cc:94
Function
GetCurrentOsStackTraceExceptTop
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
3rdparty/googletest/src/gtest.cc:5596
Method
GetDescriber
Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is al
3rdparty/googletest/include/gtest/gtest-matchers.h:282
Method
GetErrorLogs
3rdparty/googletest/src/gtest-death-test.cc:501
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
3rdparty/googletest/src/gtest.cc:4538
Method
GetInstance
3rdparty/googlebench/src/benchmark_register.cc:91
Method
GetMutableTestInfo
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.
3rdparty/googletest/src/gtest.cc:2769
Method
GetMutableTestSuite
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
3rdparty/googletest/src/gtest.cc:4662
Method
GetName
3rdparty/googletest/include/gtest/internal/gtest-internal.h:682
← previous
next →
701–800 of 1,471, ranked by callers