MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

MethodStatistics
3rdparty/googlebench/include/benchmark/benchmark.h:398
FunctionStatisticsMedian
3rdparty/googlebench/src/statistics.cc:37
FunctionStatisticsStdDev
3rdparty/googlebench/src/statistics.cc:66
FunctionStrNCpy
3rdparty/googletest/include/gtest/internal/gtest-port.h:2104
MethodStreamMatchResultListener
3rdparty/googletest/include/gtest/gtest-matchers.h:240
MethodStreamingListener
3rdparty/googletest/src/gtest-internal-inl.h:1117
FunctionStringFromEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
3rdparty/googlebench/src/commandlineflags.cc:125
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
3rdparty/googletest/src/gtest.cc:4981
FunctionTEST
tests/conversion.cpp:7
FunctionTEST
tests/arithmetic.cpp:3
FunctionTEST
tests/arithmetic_int.cpp:3
FunctionTEST
tests/classification.cpp:4
FunctionTEST
tests/trigonometry.cpp:4
FunctionTEST
tests/basic_math.cpp:4
FunctionTEST
tests/power.cpp:4
FunctionTEST
tests/manip.cpp:4
FunctionTEST
tests/detail.cpp:4
FunctionTEST
tests/constants.cpp:5
FunctionTEST
tests/nearest.cpp:4
FunctionTEST_F
3rdparty/googletest/include/gtest/gtest-param-test.h:170
FunctionTEST_F
tests/output.cpp:255
FunctionTEST_F
tests/input.cpp:89
FunctionTEST_P
3rdparty/googletest/include/gtest/gtest-param-test.h:67
FunctionTEST_P
tests/output.cpp:118
FunctionTYPED_TEST
Then, use TYPED_TEST() instead of TEST_F() to define as many typed tests for this test suite as you want.
3rdparty/googletest/include/gtest/gtest-typed-test.h:67
FunctionTYPED_TEST
tests/customizations.cpp:12
FunctionTYPED_TEST_P
Then, use TYPED_TEST_P() to define as many type-parameterized tests for this type-parameterized test suite as you want.
3rdparty/googletest/include/gtest/gtest-typed-test.h:136
MethodTearDown
Override this to define how to tear down the environment.
3rdparty/googletest/include/gtest/gtest.h:1048
FunctionTearDownEnvironment
3rdparty/googletest/src/gtest.cc:5136
FunctionTearDownTestCase
3rdparty/googletest/include/gtest/gtest.h:440
FunctionTearDownTestSuite
Tears down the stuff shared by all tests in this test case. Google Test will call Foo::TearDownTestSuite() after running the last test in test case F
3rdparty/googletest/include/gtest/gtest.h:436
FunctionTempDir
3rdparty/googletest/src/gtest.cc:6023
MethodTersePrintPrefixToStrings
3rdparty/googletest/include/gtest/gtest-printers.h:900
MethodTest
The c'tor saves the states of all flags.
3rdparty/googletest/src/gtest.cc:2236
FunctionTestDisabled
Returns true iff test is disabled.
3rdparty/googletest/include/gtest/gtest.h:977
MethodTestEventListeners
3rdparty/googletest/src/gtest.cc:4459
MethodTestEventRepeater
3rdparty/googletest/src/gtest.cc:3336
FunctionTestExists
3rdparty/googletest/include/gtest/internal/gtest-internal.h:625
MethodTestFactoryBase
3rdparty/googletest/include/gtest/internal/gtest-internal.h:481
FunctionTestFailed
Returns true iff test failed.
3rdparty/googletest/include/gtest/gtest.h:966
MethodTestInfo
Constructs a TestInfo object. It assumes ownership of the test factory object.
3rdparty/googletest/src/gtest.cc:2531
MethodTestInfo
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:598
MethodTestMetaFactory
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:446
MethodTestNameIs
Constructor. TestNameIs has NO default constructor.
3rdparty/googletest/src/gtest.cc:2618
MethodTestParamInfo
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:56
FunctionTestPartFatallyFailed
Returns true iff the test part fatally failed.
3rdparty/googletest/src/gtest.cc:2201
FunctionTestPartNonfatallyFailed
Returns true iff the test part non-fatally failed.
3rdparty/googletest/src/gtest.cc:2211
FunctionTestPartSkipped
Returns true off the test part was skipped.
3rdparty/googletest/src/gtest.cc:2182
FunctionTestPassed
Returns true iff test passed.
3rdparty/googletest/include/gtest/gtest.h:956
MethodTestPropertiesAsJson
Produces a string representing the test properties in a result as a JSON dictionary.
3rdparty/googletest/src/gtest.cc:4270
MethodTestPropertiesAsXmlAttributes
Produces a string representing the test properties in a result as space delimited XML attributes based on the property key="value" pairs.
3rdparty/googletest/src/gtest.cc:3885
MethodTestProperty
C'tor. TestProperty does NOT have a default constructor. Always use this constructor (with parameters) to create a TestProperty object.
3rdparty/googletest/include/gtest/gtest.h:539
MethodTestPropertyKeyIs
Constructor. TestPropertyKeyIs has NO default constructor.
3rdparty/googletest/src/gtest-internal-inl.h:349
FunctionTestReportable
Returns true iff this test will appear in the XML report.
3rdparty/googletest/include/gtest/gtest.h:982
FunctionTestReportableDisabled
Returns true iff the test is disabled and will be reported in the XML report.
3rdparty/googletest/include/gtest/gtest.h:972
MethodTestResult
Creates an empty TestResult.
3rdparty/googletest/src/gtest.cc:2033
FunctionTestSkipped
Returns true iff test skipped.
3rdparty/googletest/include/gtest/gtest.h:961
MethodTestSuite
Creates a TestSuite with the given name. Arguments: name: name of the test suite a_type_param: the name of the test suite's type parameter,
3rdparty/googletest/src/gtest.cc:2744
FunctionTestSuiteFailed
Returns true iff the test suite failed.
3rdparty/googletest/src/gtest.cc:380
MethodTestSuiteNameIs
Constructor.
3rdparty/googletest/src/gtest.cc:5075
FunctionTestSuitePassed
Returns true iff the test suite passed.
3rdparty/googletest/src/gtest.cc:375
FunctionThreadFuncWithCLinkage
3rdparty/googletest/include/gtest/internal/gtest-port.h:1343
MethodThreadLocal
3rdparty/googletest/include/gtest/internal/gtest-port.h:1612
MethodThreadLocalBase
3rdparty/googletest/include/gtest/internal/gtest-port.h:1509
MethodThreadMain
3rdparty/googletest/src/gtest-port.cc:414
MethodThreadMainParam
3rdparty/googletest/src/gtest-port.cc:405
MethodThreadManager
3rdparty/googlebench/src/thread_manager.h:14
MethodThreadPerCpu
3rdparty/googlebench/src/benchmark_register.cc:434
MethodThreadRange
3rdparty/googlebench/src/benchmark_register.cc:413
MethodThreadSafeLazyInit
Initializes owner_thread_id_ and critical_section_ in static mutexes.
3rdparty/googletest/src/gtest-port.cc:336
MethodThreadTimer
3rdparty/googlebench/src/thread_timer.h:12
MethodThreadWithParam
3rdparty/googletest/include/gtest/internal/gtest-port.h:1365
MethodThreadWithParamBase
3rdparty/googletest/src/gtest-port.cc:431
MethodThreads
3rdparty/googlebench/src/benchmark_register.cc:407
FunctionToLower
3rdparty/googletest/include/gtest/internal/gtest-port.h:2025
FunctionTypedEq
3rdparty/googletest/include/gtest/gtest-matchers.h:774
MethodUnit
3rdparty/googlebench/src/benchmark_register.cc:262
MethodUnitTest
Creates an empty UnitTest.
3rdparty/googletest/src/gtest.cc:4891
MethodUnitTestImpl
3rdparty/googletest/src/gtest.cc:4917
MethodUniversalPrint
3rdparty/googletest/include/gtest/gtest-printers.h:888
MethodUniversalPrintArray
3rdparty/googletest/include/gtest/gtest-printers.h:753
MethodUniversalTersePrint
3rdparty/googletest/include/gtest/gtest-printers.h:879
MethodUniversalTersePrintTupleFieldsToStrings
3rdparty/googletest/include/gtest/gtest-printers.h:917
MethodUnlock
3rdparty/googletest/src/gtest-port.cc:281
MethodUnlock
Releases this mutex.
3rdparty/googletest/include/gtest/internal/gtest-port.h:1698
MethodUnshuffleTests
Restores the test order to before the first shuffle.
3rdparty/googletest/src/gtest.cc:2833
MethodUrlEncode
Checks if str contains '=', '&', '%' or '\n' characters. If yes, replaces them by "%xx" where xx is their hexadecimal value. For example, replaces "="
3rdparty/googletest/src/gtest.cc:4290
MethodUseManualTime
3rdparty/googlebench/src/benchmark_register.cc:383
MethodUseRealTime
3rdparty/googlebench/src/benchmark_register.cc:376
MethodUtf16ToAnsi
Creates an ANSI string from the given wide string, allocating memory using new. The caller is responsible for deleting the return value using delete[]
3rdparty/googletest/src/gtest.cc:899
MethodValidateTestProperty
Adds a failure if the key is a reserved attribute of the element named xml_element. Returns true if the property is valid.
3rdparty/googletest/src/gtest.cc:2167
MethodValueArray
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:743
MethodValueHolder
3rdparty/googletest/include/gtest/internal/gtest-port.h:1628
MethodValueHolder
3rdparty/googletest/include/gtest/internal/gtest-port.h:1825
MethodValueHolderFactory
3rdparty/googletest/include/gtest/internal/gtest-port.h:1650
MethodValueHolderFactory
3rdparty/googletest/include/gtest/internal/gtest-port.h:1859
MethodValueUnion
3rdparty/googlebench/src/sysinfo.cc:98
MethodValuesInIteratorRangeGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:292
MethodVerifyRegisteredTestNames
Verifies that registered_tests match the test names in registered_tests_; returns registered_tests if successful, or aborts the program otherwise.
3rdparty/googletest/src/gtest-typed-test.cc:60
MethodWait
Waits for the child in a death test to exit, returning its exit status, or 0 if no child process exists. As a side effect, sets the outcome data memb
3rdparty/googletest/src/gtest-death-test.cc:679
← previousnext →1,101–1,200 of 1,471, ranked by callers