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
PrintJsonUnitTest
Prints a JSON summary of unit_test to output stream out.
3rdparty/googletest/src/gtest.cc:4198
Method
PrintRunData
3rdparty/googlebench/src/console_reporter.cc:101
Method
PrintRunData
3rdparty/googlebench/src/csv_reporter.cc:86
Method
PrintRunData
3rdparty/googlebench/src/json_reporter.cc:154
Method
PrintSkippedTests
Internal helper for printing the list of skipped tests.
3rdparty/googletest/src/gtest.cc:3261
Method
PrintTestName
3rdparty/googletest/src/gtest.cc:3092
Function
PrintTo
3rdparty/googletest/src/gtest-printers.cc:243
Function
PrintTo
tests/common.hpp:12
Method
PrintToString
3rdparty/googletest/include/gtest/gtest-printers.h:938
Method
PrintValue
This default version is called when kTypeKind is kOtherType.
3rdparty/googletest/include/gtest/gtest-printers.h:153
Method
PrintValue
3rdparty/googletest/include/gtest/gtest-printers.h:168
Method
PrintValue
Since T has no << operator or PrintTo() but can be implicitly converted to BiggestInt, we print it as a BiggestInt. Most likely T is an enum type (ei
3rdparty/googletest/include/gtest/gtest-printers.h:187
Method
PrintValue
3rdparty/googletest/include/gtest/gtest-printers.h:930
Method
PrintXmlTestSuite
Prints an XML representation of a TestSuite object
3rdparty/googletest/src/gtest.cc:3797
Method
PrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
3rdparty/googletest/src/gtest.cc:3824
Method
PushTrace
Pushes the given source file location and message onto a per-thread trace stack maintained by Google Test.
3rdparty/googletest/src/gtest.cc:6049
Function
RELEASE
3rdparty/googlebench/src/mutex.h:80
Method
REQUIRES
3rdparty/googlebench/src/mutex.h:132
Method
RETURN_CAPABILITY
3rdparty/googlebench/src/thread_manager.h:17
Function
Random
3rdparty/googletest/include/gtest/internal/gtest-internal.h:863
Function
Range
3rdparty/googletest/include/gtest/gtest-param-test.h:233
Method
Range
3rdparty/googlebench/src/benchmark_register.cc:267
Method
RangeGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:206
Method
RangeMultiplier
3rdparty/googlebench/src/benchmark_register.cc:345
Method
RangePair
Equivalent to Ranges({{lo1, hi1}, {lo2, hi2}}). NOTE: This is a legacy C++03 interface provided for compatibility only. New code should use 'Ranges'.
3rdparty/googlebench/include/benchmark/benchmark.h:787
Method
Ranges
3rdparty/googlebench/src/benchmark_register.cc:278
Method
ReadAndInterpretStatusByte
Called in the parent process only. Reads the result code of the death test child process via a pipe, interprets it to set the outcome_ member, and clo
3rdparty/googletest/src/gtest-death-test.cc:460
Function
ReadProcFileField
3rdparty/googletest/src/gtest-port.cc:96
Method
RecordProperty
3rdparty/googletest/src/gtest-internal-inl.h:1032
Method
RecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
3rdparty/googletest/src/gtest.cc:2073
Method
Regex
3rdparty/googlebench/src/re.h:58
Method
Register
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, TestSuite, Types). Valid values for 'in
3rdparty/googletest/include/gtest/internal/gtest-internal.h:723
Method
Register
3rdparty/googletest/include/gtest/internal/gtest-internal.h:760
Method
Register
3rdparty/googletest/include/gtest/internal/gtest-internal.h:776
Method
Register
3rdparty/googletest/include/gtest/internal/gtest-internal.h:812
Function
RegisterBenchmark
3rdparty/googlebench/include/benchmark/benchmark.h:972
Method
RegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_SUITE_P into regular tests and registers those. This wi
3rdparty/googletest/src/gtest.cc:2637
Function
RegisterTest
3rdparty/googletest/include/gtest/gtest.h:2464
Method
RegisterTests
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:706
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
3rdparty/googletest/include/gtest/internal/gtest-internal.h:325
Method
Release
3rdparty/googletest/src/gtest.cc:3386
Method
RemoveInvalidXmlCharacters
Returns the given string with all characters invalid in XML removed. Currently invalid characters are dropped from the string. An alternative is to re
3rdparty/googletest/src/gtest.cc:3627
Method
Repetitions
3rdparty/googlebench/src/benchmark_register.cc:365
Method
ReportAggregatesOnly
3rdparty/googlebench/src/benchmark_register.cc:371
Method
ReportContext
3rdparty/googlebench/src/console_reporter.cc:36
Method
ReportContext
3rdparty/googlebench/src/json_reporter.cc:67
Method
ReportRuns
3rdparty/googlebench/src/console_reporter.cc:72
Method
ReportRuns
3rdparty/googlebench/src/json_reporter.cc:127
Method
ReportTestPartResult
3rdparty/googletest/src/gtest-test-part.cc:95
Function
ReportUnrecognizedArguments
3rdparty/googlebench/src/benchmark.cc:623
Function
Reseed
3rdparty/googletest/include/gtest/internal/gtest-internal.h:865
Method
ResumeTiming
3rdparty/googlebench/src/benchmark.cc:339
Method
ReturnSentinel
3rdparty/googletest/include/gtest/internal/gtest-death-test-internal.h:91
Function
RmDir
3rdparty/googletest/include/gtest/internal/gtest-port.h:2078
Method
Run
3rdparty/googletest/include/gtest/internal/gtest-port.h:1568
Method
Run
3rdparty/googlebench/include/benchmark/benchmark.h:953
Method
Run
3rdparty/googlebench/include/benchmark/benchmark.h:1005
Method
Run
3rdparty/googlebench/include/benchmark/benchmark.h:1261
Method
RunAllTests
Runs all tests in this UnitTest object, prints the result, and returns true if all tests are successful. If any exception is thrown during a test, th
3rdparty/googletest/src/gtest.cc:5147
Function
RunSetUpTestSuite
Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().
3rdparty/googletest/include/gtest/gtest.h:941
Function
RunSpecifiedBenchmarks
3rdparty/googlebench/src/benchmark.cc:485
Function
RunTearDownTestSuite
Runs TearDownTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from TearDownTestSuite().
3rdparty/googletest/include/gtest/gtest.h:949
Method
RunnableImpl
3rdparty/googletest/include/gtest/internal/gtest-port.h:1563
Method
ScopedFakeTestPartResultReporter
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. Interc
3rdparty/googletest/src/gtest.cc:590
Method
ScopedPrematureExitFile
3rdparty/googletest/src/gtest.cc:4424
Function
ScopedTrace
Optimize for some known types.
3rdparty/googletest/include/gtest/gtest.h:2249
Method
Send
Sends a string to the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1082
Method
SendLn
Sends a string and a newline to the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1065
Method
SendLn
Sends the given message and a newline to the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1186
Function
SetBytesProcessed
Set the number of bytes processed by the current benchmark execution. This routine is typically called once at the end of a throughput oriented bench
3rdparty/googlebench/include/benchmark/benchmark.h:516
Function
SetComplexityN
If this routine is called with complexity_n > 0 and complexity report is requested for the family benchmark, then current benchmark will be part of th
3rdparty/googlebench/include/benchmark/benchmark.h:527
Function
SetInjectableArgvs
3rdparty/googletest/src/gtest-port.cc:1155
Function
SetItemsProcessed
If this routine is called with items > 0, then an items/s label is printed on the benchmark report line for the currently executing benchmark. It is t
3rdparty/googlebench/include/benchmark/benchmark.h:539
Method
SetIterationTime
3rdparty/googlebench/src/benchmark.cc:358
Method
SetIterationTime
Called by each thread
3rdparty/googlebench/src/thread_timer.h:32
Function
SetLabel
3rdparty/googlebench/include/benchmark/benchmark.h:559
Method
SetName
3rdparty/googlebench/src/benchmark_register.cc:439
Method
SetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
3rdparty/googletest/include/gtest/gtest.h:1888
Method
SetUp
Override this to define how to set up the environment.
3rdparty/googletest/include/gtest/gtest.h:1045
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
3rdparty/googletest/src/gtest.cc:5135
Function
SetUpTestCase
3rdparty/googletest/include/gtest/gtest.h:441
Function
SetUpTestSuite
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestSuite() before running the first test in test case Foo.
3rdparty/googletest/include/gtest/gtest.h:428
Function
Setup
3rdparty/googletest/include/gtest/gtest.h:522
Method
Setup
3rdparty/googletest/include/gtest/gtest.h:1053
Function
ShouldRunTest
Returns true if the given test should run.
3rdparty/googletest/include/gtest/gtest.h:987
Function
ShouldRunTestSuite
Returns true iff test_suite contains at least one test that should run.
3rdparty/googletest/src/gtest.cc:386
Method
ShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
3rdparty/googletest/src/gtest.cc:1866
Method
ShuffleTests
Shuffles the tests in this test suite.
3rdparty/googletest/src/gtest.cc:2828
Method
SignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
3rdparty/googletest/include/gtest/internal/gtest-internal.h:397
Method
SingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
3rdparty/googletest/src/gtest.cc:697
Method
SkipWithError
3rdparty/googlebench/src/benchmark.cc:344
Function
SleepForSeconds
3rdparty/googlebench/src/sleep.cc:31
Function
SleepMilliseconds
3rdparty/googletest/src/gtest-port.cc:198
Method
SocketWriter
3rdparty/googletest/src/gtest-internal-inl.h:1071
Method
Start
Called at the start of streaming to notify the receiver what protocol we are using.
3rdparty/googletest/src/gtest-internal-inl.h:1190
Method
StartKeepRunning
3rdparty/googlebench/src/benchmark.cc:367
Method
StartWatcherThreadFor
3rdparty/googletest/src/gtest-port.cc:549
Method
State
3rdparty/googlebench/src/benchmark.cc:293
Method
StateIterator
3rdparty/googlebench/include/benchmark/benchmark.h:688
Function
StaticAssertTypeEq
3rdparty/googletest/include/gtest/gtest.h:2328
← previous
next →
1,001–1,100 of 1,471, ranked by callers