MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

MethodPrintJsonUnitTest
Prints a JSON summary of unit_test to output stream out.
3rdparty/googletest/src/gtest.cc:4198
MethodPrintRunData
3rdparty/googlebench/src/console_reporter.cc:101
MethodPrintRunData
3rdparty/googlebench/src/csv_reporter.cc:86
MethodPrintRunData
3rdparty/googlebench/src/json_reporter.cc:154
MethodPrintSkippedTests
Internal helper for printing the list of skipped tests.
3rdparty/googletest/src/gtest.cc:3261
MethodPrintTestName
3rdparty/googletest/src/gtest.cc:3092
FunctionPrintTo
3rdparty/googletest/src/gtest-printers.cc:243
FunctionPrintTo
tests/common.hpp:12
MethodPrintToString
3rdparty/googletest/include/gtest/gtest-printers.h:938
MethodPrintValue
This default version is called when kTypeKind is kOtherType.
3rdparty/googletest/include/gtest/gtest-printers.h:153
MethodPrintValue
3rdparty/googletest/include/gtest/gtest-printers.h:168
MethodPrintValue
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
MethodPrintValue
3rdparty/googletest/include/gtest/gtest-printers.h:930
MethodPrintXmlTestSuite
Prints an XML representation of a TestSuite object
3rdparty/googletest/src/gtest.cc:3797
MethodPrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
3rdparty/googletest/src/gtest.cc:3824
MethodPushTrace
Pushes the given source file location and message onto a per-thread trace stack maintained by Google Test.
3rdparty/googletest/src/gtest.cc:6049
FunctionRELEASE
3rdparty/googlebench/src/mutex.h:80
MethodREQUIRES
3rdparty/googlebench/src/mutex.h:132
MethodRETURN_CAPABILITY
3rdparty/googlebench/src/thread_manager.h:17
FunctionRandom
3rdparty/googletest/include/gtest/internal/gtest-internal.h:863
FunctionRange
3rdparty/googletest/include/gtest/gtest-param-test.h:233
MethodRange
3rdparty/googlebench/src/benchmark_register.cc:267
MethodRangeGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:206
MethodRangeMultiplier
3rdparty/googlebench/src/benchmark_register.cc:345
MethodRangePair
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
MethodRanges
3rdparty/googlebench/src/benchmark_register.cc:278
MethodReadAndInterpretStatusByte
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
FunctionReadProcFileField
3rdparty/googletest/src/gtest-port.cc:96
MethodRecordProperty
3rdparty/googletest/src/gtest-internal-inl.h:1032
MethodRecordProperty
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
MethodRegex
3rdparty/googlebench/src/re.h:58
MethodRegister
'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
MethodRegister
3rdparty/googletest/include/gtest/internal/gtest-internal.h:760
MethodRegister
3rdparty/googletest/include/gtest/internal/gtest-internal.h:776
MethodRegister
3rdparty/googletest/include/gtest/internal/gtest-internal.h:812
FunctionRegisterBenchmark
3rdparty/googlebench/include/benchmark/benchmark.h:972
MethodRegisterParameterizedTests
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
FunctionRegisterTest
3rdparty/googletest/include/gtest/gtest.h:2464
MethodRegisterTests
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:706
MethodReinterpretBits
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
MethodRelease
3rdparty/googletest/src/gtest.cc:3386
MethodRemoveInvalidXmlCharacters
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
MethodRepetitions
3rdparty/googlebench/src/benchmark_register.cc:365
MethodReportAggregatesOnly
3rdparty/googlebench/src/benchmark_register.cc:371
MethodReportContext
3rdparty/googlebench/src/console_reporter.cc:36
MethodReportContext
3rdparty/googlebench/src/json_reporter.cc:67
MethodReportRuns
3rdparty/googlebench/src/console_reporter.cc:72
MethodReportRuns
3rdparty/googlebench/src/json_reporter.cc:127
MethodReportTestPartResult
3rdparty/googletest/src/gtest-test-part.cc:95
FunctionReportUnrecognizedArguments
3rdparty/googlebench/src/benchmark.cc:623
FunctionReseed
3rdparty/googletest/include/gtest/internal/gtest-internal.h:865
MethodResumeTiming
3rdparty/googlebench/src/benchmark.cc:339
MethodReturnSentinel
3rdparty/googletest/include/gtest/internal/gtest-death-test-internal.h:91
FunctionRmDir
3rdparty/googletest/include/gtest/internal/gtest-port.h:2078
MethodRun
3rdparty/googletest/include/gtest/internal/gtest-port.h:1568
MethodRun
3rdparty/googlebench/include/benchmark/benchmark.h:953
MethodRun
3rdparty/googlebench/include/benchmark/benchmark.h:1005
MethodRun
3rdparty/googlebench/include/benchmark/benchmark.h:1261
MethodRunAllTests
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
FunctionRunSetUpTestSuite
Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().
3rdparty/googletest/include/gtest/gtest.h:941
FunctionRunSpecifiedBenchmarks
3rdparty/googlebench/src/benchmark.cc:485
FunctionRunTearDownTestSuite
Runs TearDownTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from TearDownTestSuite().
3rdparty/googletest/include/gtest/gtest.h:949
MethodRunnableImpl
3rdparty/googletest/include/gtest/internal/gtest-port.h:1563
MethodScopedFakeTestPartResultReporter
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
MethodScopedPrematureExitFile
3rdparty/googletest/src/gtest.cc:4424
FunctionScopedTrace
Optimize for some known types.
3rdparty/googletest/include/gtest/gtest.h:2249
MethodSend
Sends a string to the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1082
MethodSendLn
Sends a string and a newline to the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1065
MethodSendLn
Sends the given message and a newline to the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1186
FunctionSetBytesProcessed
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
FunctionSetComplexityN
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
FunctionSetInjectableArgvs
3rdparty/googletest/src/gtest-port.cc:1155
FunctionSetItemsProcessed
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
MethodSetIterationTime
3rdparty/googlebench/src/benchmark.cc:358
MethodSetIterationTime
Called by each thread
3rdparty/googlebench/src/thread_timer.h:32
FunctionSetLabel
3rdparty/googlebench/include/benchmark/benchmark.h:559
MethodSetName
3rdparty/googlebench/src/benchmark_register.cc:439
MethodSetParam
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
MethodSetUp
Override this to define how to set up the environment.
3rdparty/googletest/include/gtest/gtest.h:1045
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
3rdparty/googletest/src/gtest.cc:5135
FunctionSetUpTestCase
3rdparty/googletest/include/gtest/gtest.h:441
FunctionSetUpTestSuite
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
FunctionSetup
3rdparty/googletest/include/gtest/gtest.h:522
MethodSetup
3rdparty/googletest/include/gtest/gtest.h:1053
FunctionShouldRunTest
Returns true if the given test should run.
3rdparty/googletest/include/gtest/gtest.h:987
FunctionShouldRunTestSuite
Returns true iff test_suite contains at least one test that should run.
3rdparty/googletest/src/gtest.cc:386
MethodShowWideCString
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
MethodShuffleTests
Shuffles the tests in this test suite.
3rdparty/googletest/src/gtest.cc:2828
MethodSignAndMagnitudeToBiased
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
MethodSingleFailureChecker
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
MethodSkipWithError
3rdparty/googlebench/src/benchmark.cc:344
FunctionSleepForSeconds
3rdparty/googlebench/src/sleep.cc:31
FunctionSleepMilliseconds
3rdparty/googletest/src/gtest-port.cc:198
MethodSocketWriter
3rdparty/googletest/src/gtest-internal-inl.h:1071
MethodStart
Called at the start of streaming to notify the receiver what protocol we are using.
3rdparty/googletest/src/gtest-internal-inl.h:1190
MethodStartKeepRunning
3rdparty/googlebench/src/benchmark.cc:367
MethodStartWatcherThreadFor
3rdparty/googletest/src/gtest-port.cc:549
MethodState
3rdparty/googlebench/src/benchmark.cc:293
MethodStateIterator
3rdparty/googlebench/include/benchmark/benchmark.h:688
FunctionStaticAssertTypeEq
3rdparty/googletest/include/gtest/gtest.h:2328
← previousnext →1,001–1,100 of 1,471, ranked by callers