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
Statistics
3rdparty/googlebench/include/benchmark/benchmark.h:398
Function
StatisticsMedian
3rdparty/googlebench/src/statistics.cc:37
Function
StatisticsStdDev
3rdparty/googlebench/src/statistics.cc:66
Function
StrNCpy
3rdparty/googletest/include/gtest/internal/gtest-port.h:2104
Method
StreamMatchResultListener
3rdparty/googletest/include/gtest/gtest-matchers.h:240
Method
StreamingListener
3rdparty/googletest/src/gtest-internal-inl.h:1117
Function
StringFromEnv
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
Method
SuppressTestEventsIfInSubprocess
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
Function
TEST
tests/conversion.cpp:7
Function
TEST
tests/arithmetic.cpp:3
Function
TEST
tests/arithmetic_int.cpp:3
Function
TEST
tests/classification.cpp:4
Function
TEST
tests/trigonometry.cpp:4
Function
TEST
tests/basic_math.cpp:4
Function
TEST
tests/power.cpp:4
Function
TEST
tests/manip.cpp:4
Function
TEST
tests/detail.cpp:4
Function
TEST
tests/constants.cpp:5
Function
TEST
tests/nearest.cpp:4
Function
TEST_F
3rdparty/googletest/include/gtest/gtest-param-test.h:170
Function
TEST_F
tests/output.cpp:255
Function
TEST_F
tests/input.cpp:89
Function
TEST_P
3rdparty/googletest/include/gtest/gtest-param-test.h:67
Function
TEST_P
tests/output.cpp:118
Function
TYPED_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
Function
TYPED_TEST
tests/customizations.cpp:12
Function
TYPED_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
Method
TearDown
Override this to define how to tear down the environment.
3rdparty/googletest/include/gtest/gtest.h:1048
Function
TearDownEnvironment
3rdparty/googletest/src/gtest.cc:5136
Function
TearDownTestCase
3rdparty/googletest/include/gtest/gtest.h:440
Function
TearDownTestSuite
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
Function
TempDir
3rdparty/googletest/src/gtest.cc:6023
Method
TersePrintPrefixToStrings
3rdparty/googletest/include/gtest/gtest-printers.h:900
Method
Test
The c'tor saves the states of all flags.
3rdparty/googletest/src/gtest.cc:2236
Function
TestDisabled
Returns true iff test is disabled.
3rdparty/googletest/include/gtest/gtest.h:977
Method
TestEventListeners
3rdparty/googletest/src/gtest.cc:4459
Method
TestEventRepeater
3rdparty/googletest/src/gtest.cc:3336
Function
TestExists
3rdparty/googletest/include/gtest/internal/gtest-internal.h:625
Method
TestFactoryBase
3rdparty/googletest/include/gtest/internal/gtest-internal.h:481
Function
TestFailed
Returns true iff test failed.
3rdparty/googletest/include/gtest/gtest.h:966
Method
TestInfo
Constructs a TestInfo object. It assumes ownership of the test factory object.
3rdparty/googletest/src/gtest.cc:2531
Method
TestInfo
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:598
Method
TestMetaFactory
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:446
Method
TestNameIs
Constructor. TestNameIs has NO default constructor.
3rdparty/googletest/src/gtest.cc:2618
Method
TestParamInfo
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:56
Function
TestPartFatallyFailed
Returns true iff the test part fatally failed.
3rdparty/googletest/src/gtest.cc:2201
Function
TestPartNonfatallyFailed
Returns true iff the test part non-fatally failed.
3rdparty/googletest/src/gtest.cc:2211
Function
TestPartSkipped
Returns true off the test part was skipped.
3rdparty/googletest/src/gtest.cc:2182
Function
TestPassed
Returns true iff test passed.
3rdparty/googletest/include/gtest/gtest.h:956
Method
TestPropertiesAsJson
Produces a string representing the test properties in a result as a JSON dictionary.
3rdparty/googletest/src/gtest.cc:4270
Method
TestPropertiesAsXmlAttributes
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
Method
TestProperty
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
Method
TestPropertyKeyIs
Constructor. TestPropertyKeyIs has NO default constructor.
3rdparty/googletest/src/gtest-internal-inl.h:349
Function
TestReportable
Returns true iff this test will appear in the XML report.
3rdparty/googletest/include/gtest/gtest.h:982
Function
TestReportableDisabled
Returns true iff the test is disabled and will be reported in the XML report.
3rdparty/googletest/include/gtest/gtest.h:972
Method
TestResult
Creates an empty TestResult.
3rdparty/googletest/src/gtest.cc:2033
Function
TestSkipped
Returns true iff test skipped.
3rdparty/googletest/include/gtest/gtest.h:961
Method
TestSuite
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
Function
TestSuiteFailed
Returns true iff the test suite failed.
3rdparty/googletest/src/gtest.cc:380
Method
TestSuiteNameIs
Constructor.
3rdparty/googletest/src/gtest.cc:5075
Function
TestSuitePassed
Returns true iff the test suite passed.
3rdparty/googletest/src/gtest.cc:375
Function
ThreadFuncWithCLinkage
3rdparty/googletest/include/gtest/internal/gtest-port.h:1343
Method
ThreadLocal
3rdparty/googletest/include/gtest/internal/gtest-port.h:1612
Method
ThreadLocalBase
3rdparty/googletest/include/gtest/internal/gtest-port.h:1509
Method
ThreadMain
3rdparty/googletest/src/gtest-port.cc:414
Method
ThreadMainParam
3rdparty/googletest/src/gtest-port.cc:405
Method
ThreadManager
3rdparty/googlebench/src/thread_manager.h:14
Method
ThreadPerCpu
3rdparty/googlebench/src/benchmark_register.cc:434
Method
ThreadRange
3rdparty/googlebench/src/benchmark_register.cc:413
Method
ThreadSafeLazyInit
Initializes owner_thread_id_ and critical_section_ in static mutexes.
3rdparty/googletest/src/gtest-port.cc:336
Method
ThreadTimer
3rdparty/googlebench/src/thread_timer.h:12
Method
ThreadWithParam
3rdparty/googletest/include/gtest/internal/gtest-port.h:1365
Method
ThreadWithParamBase
3rdparty/googletest/src/gtest-port.cc:431
Method
Threads
3rdparty/googlebench/src/benchmark_register.cc:407
Function
ToLower
3rdparty/googletest/include/gtest/internal/gtest-port.h:2025
Function
TypedEq
3rdparty/googletest/include/gtest/gtest-matchers.h:774
Method
Unit
3rdparty/googlebench/src/benchmark_register.cc:262
Method
UnitTest
Creates an empty UnitTest.
3rdparty/googletest/src/gtest.cc:4891
Method
UnitTestImpl
3rdparty/googletest/src/gtest.cc:4917
Method
UniversalPrint
3rdparty/googletest/include/gtest/gtest-printers.h:888
Method
UniversalPrintArray
3rdparty/googletest/include/gtest/gtest-printers.h:753
Method
UniversalTersePrint
3rdparty/googletest/include/gtest/gtest-printers.h:879
Method
UniversalTersePrintTupleFieldsToStrings
3rdparty/googletest/include/gtest/gtest-printers.h:917
Method
Unlock
3rdparty/googletest/src/gtest-port.cc:281
Method
Unlock
Releases this mutex.
3rdparty/googletest/include/gtest/internal/gtest-port.h:1698
Method
UnshuffleTests
Restores the test order to before the first shuffle.
3rdparty/googletest/src/gtest.cc:2833
Method
UrlEncode
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
Method
UseManualTime
3rdparty/googlebench/src/benchmark_register.cc:383
Method
UseRealTime
3rdparty/googlebench/src/benchmark_register.cc:376
Method
Utf16ToAnsi
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
Method
ValidateTestProperty
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
Method
ValueArray
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:743
Method
ValueHolder
3rdparty/googletest/include/gtest/internal/gtest-port.h:1628
Method
ValueHolder
3rdparty/googletest/include/gtest/internal/gtest-port.h:1825
Method
ValueHolderFactory
3rdparty/googletest/include/gtest/internal/gtest-port.h:1650
Method
ValueHolderFactory
3rdparty/googletest/include/gtest/internal/gtest-port.h:1859
Method
ValueUnion
3rdparty/googlebench/src/sysinfo.cc:98
Method
ValuesInIteratorRangeGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:292
Method
VerifyRegisteredTestNames
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
Method
Wait
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
← previous
next →
1,101–1,200 of 1,471, ranked by callers