MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

↓ 1 callersMethodfailed_test_suite_count
Gets the number of failed test suites.
3rdparty/googletest/src/gtest.cc:759
↓ 1 callersFunctionfatally_failed
Returns true iff the test part fatally failed.
3rdparty/googletest/include/gtest/gtest-test-part.h:100
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
3rdparty/googletest/src/gtest.cc:3343
↓ 1 callersMethodhas_edits
3rdparty/googletest/src/gtest.cc:1184
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
3rdparty/googletest/include/gtest/internal/gtest-internal.h:354
↓ 1 callersFunctionlog
accuracy/accuracy.cpp:34
↓ 1 callersFunctionlog2
accuracy/accuracy.cpp:35
↓ 1 callersFunctionmain
()
benchmarks/benchmark.py:28
↓ 1 callersMethodmanual_time_used
REQUIRES: timer is not running
3rdparty/googlebench/src/thread_timer.h:49
↓ 1 callersFunctionmessage
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 callersFunctionnonfatally_failed
Returns true iff the test part non-fatally failed.
3rdparty/googletest/include/gtest/gtest-test-part.h:97
↓ 1 callersFunctionparse_name
(name)
benchmarks/benchmark.py:20
↓ 1 callersMethodreal_time_used
REQUIRES: timer is not running
3rdparty/googlebench/src/thread_timer.h:37
↓ 1 callersMethodrunning
3rdparty/googlebench/src/thread_timer.h:34
↓ 1 callersFunctionsanitize_type
(type)
benchmarks/benchmark.py:11
↓ 1 callersMethodset
3rdparty/googletest/include/gtest/internal/gtest-port.h:1621
↓ 1 callersMethodset_forwarding_enabled
3rdparty/googletest/src/gtest.cc:3344
↓ 1 callersFunctionsqrt
accuracy/accuracy.cpp:32
↓ 1 callersMethodsuccessful_test_count
Gets the number of successful tests.
3rdparty/googletest/src/gtest.cc:775
↓ 1 callersMethodsuccessful_test_suite_count
Gets the number of successful test suites.
3rdparty/googletest/src/gtest.cc:754
↓ 1 callersFunctiontan
accuracy/accuracy.cpp:27
↓ 1 callersMethodtest
tests/output.cpp:78
↓ 1 callersFunctiontest_suite_name
Returns the test suite name.
3rdparty/googletest/include/gtest/gtest.h:702
FunctionACQUIRE
3rdparty/googlebench/src/mutex.h:79
FunctionAddGlobalTestEnvironment
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
FunctionAddTestInfo
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
FunctionAddTestName
3rdparty/googletest/include/gtest/internal/gtest-internal.h:610
MethodAddTestPattern
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
MethodAddTestSuiteInstantiation
INSTANTIATE_TEST_SUITE_P macro uses AddGenerator() to record information about a generator.
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:528
MethodAdvance
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:316
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAdvance
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
MethodAnsiToUtf16
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
MethodAppend
Appends a TestPartResult to the array.
3rdparty/googletest/src/gtest-test-part.cc:62
FunctionAppendHumanReadable
3rdparty/googlebench/src/string_util.cc:111
MethodApply
3rdparty/googlebench/src/benchmark_register.cc:340
MethodArg
3rdparty/googlebench/src/benchmark_register.cc:256
MethodArgName
3rdparty/googlebench/src/benchmark_register.cc:312
MethodArgNames
3rdparty/googlebench/src/benchmark_register.cc:318
MethodArgPair
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
MethodArguments
3rdparty/googletest/src/gtest-death-test.cc:841
FunctionArrayAwareFind
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1063
MethodAssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
3rdparty/googletest/include/gtest/internal/gtest-port.h:1709
MethodAssertHeld
3rdparty/googletest/include/gtest/internal/gtest-port.h:1910
MethodAssertHelper
AssertHelper constructor.
3rdparty/googletest/src/gtest.cc:391
MethodAssertHelperData
3rdparty/googletest/include/gtest/gtest.h:1808
FunctionAssertPred1Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:87
FunctionAssertPred2Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:130
FunctionAssertPred3Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:180
FunctionAssertPred4Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:236
FunctionAssertPred5Helper
3rdparty/googletest/include/gtest/gtest_pred_impl.h:298
MethodAssertionResult
AssertionResult constructors. Used in EXPECT_TRUE/FALSE(assertion_result).
3rdparty/googletest/src/gtest.cc:1010
MethodAssumeRole
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
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:276
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:422
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:584
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:764
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:962
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1179
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1413
MethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1664
MethodAutoHandle
3rdparty/googletest/src/gtest-port.cc:202
MethodBENCHMARK_NOEXCEPT_OP
3rdparty/googlebench/src/check.h:38
MethodBarrier
3rdparty/googlebench/src/mutex.h:101
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:313
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:217
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:354
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:508
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:680
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:870
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1079
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1304
MethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1547
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:296
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:76
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:191
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:324
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:475
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:644
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:830
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1035
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1257
MethodBegin
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:1497
MethodBenchmark
3rdparty/googlebench/src/benchmark_register.cc:237
MethodBenchmarkFamilies
3rdparty/googlebench/src/benchmark_register.cc:85
MethodBenchmarkReporter
3rdparty/googlebench/src/reporter.cc:28
FunctionBool
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
FunctionBoolFromEnv
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
MethodCPUInfo
3rdparty/googlebench/src/sysinfo.cc:581
MethodCSVReporter
3rdparty/googlebench/include/benchmark/benchmark.h:1419
MethodCStringEquals
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
MethodCacheInfo> GetCacheSizesFromKVFS
3rdparty/googlebench/src/sysinfo.cc:243
MethodCalculateEndIndex
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:263
← previousnext →501–600 of 1,471, ranked by callers