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
↓ 1 callers
Method
failed_test_suite_count
Gets the number of failed test suites.
3rdparty/googletest/src/gtest.cc:759
↓ 1 callers
Function
fatally_failed
Returns true iff the test part fatally failed.
3rdparty/googletest/include/gtest/gtest-test-part.h:100
↓ 1 callers
Method
forwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
3rdparty/googletest/src/gtest.cc:3343
↓ 1 callers
Method
has_edits
3rdparty/googletest/src/gtest.cc:1184
↓ 1 callers
Method
is_nan
Returns true iff this is NAN (not a number).
3rdparty/googletest/include/gtest/internal/gtest-internal.h:354
↓ 1 callers
Function
log
accuracy/accuracy.cpp:34
↓ 1 callers
Function
log2
accuracy/accuracy.cpp:35
↓ 1 callers
Function
main
()
benchmarks/benchmark.py:28
↓ 1 callers
Method
manual_time_used
REQUIRES: timer is not running
3rdparty/googlebench/src/thread_timer.h:49
↓ 1 callers
Function
message
Returns the text streamed into this AssertionResult. Test assertions use it when they fail (i.e., the predicate's outcome doesn't match the assertion'
3rdparty/googletest/include/gtest/gtest.h:334
↓ 1 callers
Function
nonfatally_failed
Returns true iff the test part non-fatally failed.
3rdparty/googletest/include/gtest/gtest-test-part.h:97
↓ 1 callers
Function
parse_name
(name)
benchmarks/benchmark.py:20
↓ 1 callers
Method
real_time_used
REQUIRES: timer is not running
3rdparty/googlebench/src/thread_timer.h:37
↓ 1 callers
Method
running
3rdparty/googlebench/src/thread_timer.h:34
↓ 1 callers
Function
sanitize_type
(type)
benchmarks/benchmark.py:11
↓ 1 callers
Method
set
3rdparty/googletest/include/gtest/internal/gtest-port.h:1621
↓ 1 callers
Method
set_forwarding_enabled
3rdparty/googletest/src/gtest.cc:3344
↓ 1 callers
Function
sqrt
accuracy/accuracy.cpp:32
↓ 1 callers
Method
successful_test_count
Gets the number of successful tests.
3rdparty/googletest/src/gtest.cc:775
↓ 1 callers
Method
successful_test_suite_count
Gets the number of successful test suites.
3rdparty/googletest/src/gtest.cc:754
↓ 1 callers
Function
tan
accuracy/accuracy.cpp:27
↓ 1 callers
Method
test
tests/output.cpp:78
↓ 1 callers
Function
test_suite_name
Returns the test suite name.
3rdparty/googletest/include/gtest/gtest.h:702
Function
ACQUIRE
3rdparty/googlebench/src/mutex.h:79
Function
AddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
3rdparty/googletest/include/gtest/gtest.h:1468
Function
AddTestInfo
Adds a TestInfo to the unit test. Arguments: set_up_tc: pointer to the function that sets up the test suite tear_down_tc: pointer to the function
3rdparty/googletest/src/gtest-internal-inl.h:668
Function
AddTestName
3rdparty/googletest/include/gtest/internal/gtest-internal.h:610
Method
AddTestPattern
TEST_P macro uses AddTestPattern() to record information about a single test in a LocalTestInfo structure. test_suite_name is the base name of the tes
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:521
Method
AddTestSuiteInstantiation
INSTANTIATE_TEST_SUITE_P macro uses AddGenerator() to record information about a generator.
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:528
Method
Advance
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:316
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:103
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:222
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:359
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:513
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:685
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:875
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1084
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1309
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1552
Method
AnsiToUtf16
Creates a UTF-16 wide string from the given ANSI string, allocating memory using new. The caller is responsible for deleting the return value using de
3rdparty/googletest/src/gtest.cc:883
Method
Append
Appends a TestPartResult to the array.
3rdparty/googletest/src/gtest-test-part.cc:62
Function
AppendHumanReadable
3rdparty/googlebench/src/string_util.cc:111
Method
Apply
3rdparty/googlebench/src/benchmark_register.cc:340
Method
Arg
3rdparty/googlebench/src/benchmark_register.cc:256
Method
ArgName
3rdparty/googlebench/src/benchmark_register.cc:312
Method
ArgNames
3rdparty/googlebench/src/benchmark_register.cc:318
Method
ArgPair
Equivalent to Args({x, y}) NOTE: This is a legacy C++03 interface provided for compatibility only. New code should use 'Args'.
3rdparty/googlebench/include/benchmark/benchmark.h:765
Method
Arguments
3rdparty/googletest/src/gtest-death-test.cc:841
Function
ArrayAwareFind
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1063
Method
AssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
3rdparty/googletest/include/gtest/internal/gtest-port.h:1709
Method
AssertHeld
3rdparty/googletest/include/gtest/internal/gtest-port.h:1910
Method
AssertHelper
AssertHelper constructor.
3rdparty/googletest/src/gtest.cc:391
Method
AssertHelperData
3rdparty/googletest/include/gtest/gtest.h:1808
Function
AssertPred1Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:87
Function
AssertPred2Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:130
Function
AssertPred3Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:180
Function
AssertPred4Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:236
Function
AssertPred5Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:298
Method
AssertionResult
AssertionResult constructors. Used in EXPECT_TRUE/FALSE(assertion_result).
3rdparty/googletest/src/gtest.cc:1010
Method
AssumeRole
The AssumeRole process for a Windows death test. It creates a child process with the same executable as the current process to run the death test. T
3rdparty/googletest/src/gtest-death-test.cc:724
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:276
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:422
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:584
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:764
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:962
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1179
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1413
Method
AtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1664
Method
AutoHandle
3rdparty/googletest/src/gtest-port.cc:202
Method
BENCHMARK_NOEXCEPT_OP
3rdparty/googlebench/src/check.h:38
Method
Barrier
3rdparty/googlebench/src/mutex.h:101
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:313
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:217
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:354
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:508
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:680
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:870
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1079
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1304
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1547
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:296
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:76
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:191
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:324
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:475
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:644
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:830
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1035
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1257
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1497
Method
Benchmark
3rdparty/googlebench/src/benchmark_register.cc:237
Method
BenchmarkFamilies
3rdparty/googlebench/src/benchmark_register.cc:85
Method
BenchmarkReporter
3rdparty/googlebench/src/reporter.cc:28
Function
Bool
Bool() allows generating tests with parameters in a set of (false, true). Synopsis: Bool() - returns a generator producing sequences with elements {f
3rdparty/googletest/include/gtest/gtest-param-test.h:364
Function
BoolFromEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
3rdparty/googlebench/src/commandlineflags.cc:95
Method
CPUInfo
3rdparty/googlebench/src/sysinfo.cc:581
Method
CSVReporter
3rdparty/googlebench/include/benchmark/benchmark.h:1419
Method
CStringEquals
Compares two C strings. Returns true iff they have the same content. Unlike strcmp(), this function can handle NULL argument(s). A NULL C string is
3rdparty/googletest/src/gtest.cc:917
Method
CacheInfo> GetCacheSizesFromKVFS
3rdparty/googlebench/src/sysinfo.cc:243
Method
CalculateEndIndex
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:263
← previous
next →
501–600 of 1,471, ranked by callers