MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
3rdparty/googletest/src/gtest-death-test.cc:532
↓ 5 callersFunctionFormatString
3rdparty/googlebench/src/colorprint.cc:85
↓ 5 callersFunctionFormatTestCount
Formats the count of tests.
3rdparty/googletest/src/gtest.cc:2852
↓ 5 callersMethodGetAdjustedCPUTime
3rdparty/googlebench/src/reporter.cc:81
↓ 5 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
3rdparty/googletest/src/gtest-death-test.cc:337
↓ 5 callersFunctionGetSysctl
3rdparty/googlebench/src/sysinfo.cc:170
↓ 5 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
3rdparty/googletest/src/gtest.cc:5366
↓ 5 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
3rdparty/googlebench/src/commandlineflags.cc:136
↓ 5 callersFunctionceil
include/fpm/math.hpp:125
↓ 5 callersFunctionfloor
include/fpm/math.hpp:134
↓ 5 callersFunctionfmod
include/fpm/math.hpp:187
↓ 5 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
3rdparty/googletest/src/gtest.cc:4851
↓ 5 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
3rdparty/googletest/src/gtest.cc:790
↓ 5 callersFunctionsin
include/fpm/math.hpp:512
↓ 5 callersMethodtest_property_count
Returns the number of the test properties.
3rdparty/googletest/src/gtest.cc:2227
↓ 5 callersMethodtotal_test_suite_count
Gets the number of all test suites.
3rdparty/googletest/src/gtest.cc:764
↓ 5 callersFunctiontrunc
include/fpm/math.hpp:143
↓ 4 callersMethodAddArgument
3rdparty/googletest/src/gtest-death-test.cc:849
↓ 4 callersFunctionCmpHelperEQ
3rdparty/googletest/include/gtest/gtest.h:1512
↓ 4 callersFunctionContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
3rdparty/googletest/include/gtest/gtest-matchers.h:741
↓ 4 callersMethodDescribeTo
Describes this matcher to an ostream.
3rdparty/googletest/include/gtest/gtest-matchers.h:266
↓ 4 callersFunctionFlushInfoLog
3rdparty/googletest/include/gtest/internal/gtest-port.h:1017
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
3rdparty/googletest/src/gtest.cc:2844
↓ 4 callersMethodGetAdjustedRealTime
3rdparty/googlebench/src/reporter.cc:75
↓ 4 callersFunctionGetArgvs
3rdparty/googletest/src/gtest.cc:416
↓ 4 callersFunctionGetElementOr
3rdparty/googletest/src/gtest-internal-inl.h:300
↓ 4 callersFunctionGetNotDefaultOrNull
3rdparty/googletest/include/gtest/internal/gtest-internal.h:526
↓ 4 callersFunctionGetOrCreateValue
3rdparty/googletest/include/gtest/internal/gtest-port.h:1844
↓ 4 callersFunctionGetReservedAttributesForElement
3rdparty/googletest/src/gtest.cc:2123
↓ 4 callersFunctionGetTimeUnitString
3rdparty/googlebench/include/benchmark/benchmark.h:1430
↓ 4 callersFunctionIsSpace
3rdparty/googletest/include/gtest/internal/gtest-port.h:2011
↓ 4 callersFunctionMinimalLeastSq
3rdparty/googlebench/src/complexity.cc:76
↓ 4 callersFunctionOpenFileForWriting
Utilty function to Open File for Writing
3rdparty/googletest/src/gtest.cc:185
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
3rdparty/googletest/src/gtest.cc:748
↓ 4 callersFunctionatan
include/fpm/math.hpp:615
↓ 4 callersFunctionatan_sanitized
include/fpm/math.hpp:566
↓ 4 callersMethodbegin
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:192
↓ 4 callersFunctionc_str
3rdparty/googletest/include/gtest/internal/gtest-filepath.h:81
↓ 4 callersFunctioncheck_fpm
accuracy/accuracy.cpp:75
↓ 4 callersFunctioncos
include/fpm/math.hpp:545
↓ 4 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
3rdparty/googletest/src/gtest.cc:5550
↓ 4 callersMethodend
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:193
↓ 4 callersFunctionexp2
include/fpm/math.hpp:337
↓ 4 callersFunctionfpclassify
include/fpm/math.hpp:50
↓ 4 callersFunctionisfinite
include/fpm/math.hpp:56
↓ 4 callersFunctionisinf
include/fpm/math.hpp:62
↓ 4 callersFunctionisnan
include/fpm/math.hpp:68
↓ 4 callersFunctionisnormal
include/fpm/math.hpp:74
↓ 4 callersFunctionpointer
3rdparty/googletest/include/gtest/internal/gtest-port.h:1816
↓ 4 callersMethodpointer
3rdparty/googletest/include/gtest/internal/gtest-port.h:1618
↓ 4 callersFunctionrandom
Gets the random number generator.
3rdparty/googletest/src/gtest-internal-inl.h:812
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
3rdparty/googletest/src/gtest.cc:4487
↓ 4 callersFunctionsignbit
include/fpm/math.hpp:80
↓ 4 callersFunctiontan
include/fpm/math.hpp:551
↓ 4 callersMethodtest_to_run_count
Gets the number of tests that should run.
3rdparty/googletest/src/gtest.cc:811
↓ 4 callersMethodvalue
Gets the user supplied value.
3rdparty/googletest/include/gtest/gtest.h:549
↓ 3 callersFunctionAbort
3rdparty/googletest/include/gtest/internal/gtest-port.h:2158
↓ 3 callersFunctionAddRange
3rdparty/googlebench/src/benchmark_register.h:9
↓ 3 callersMethodAddTestPartResult
Adds a test part result to the list.
3rdparty/googletest/src/gtest.cc:2066
↓ 3 callersMethodAppend
3rdparty/googletest/src/gtest.cc:3382
↓ 3 callersMethodArgv
3rdparty/googletest/src/gtest-death-test.cc:861
↓ 3 callersFunctionArrayAsVector
3rdparty/googletest/src/gtest.cc:2119
↓ 3 callersFunctionAssertionResult
3rdparty/googletest/include/gtest/gtest.h:306
↓ 3 callersFunctionCaptureStderr
Starts capturing stderr.
3rdparty/googletest/src/gtest-port.cc:1097
↓ 3 callersMethodClear
Clears the object.
3rdparty/googletest/src/gtest.cc:2174
↓ 3 callersMethodClone
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:233
↓ 3 callersFunctionFittingCurve
Internal function to calculate the different scalability forms
3rdparty/googlebench/src/complexity.cc:28
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
3rdparty/googletest/src/gtest-port.cc:1190
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "BENCHMARK_FOO" in the ope
3rdparty/googlebench/src/commandlineflags.cc:81
↓ 3 callersFunctionFormatTimeInMillisAsDuration
Formats the given time in milliseconds as seconds.
3rdparty/googletest/src/gtest.cc:4033
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
3rdparty/googletest/src/gtest.cc:3656
↓ 3 callersFunctionGetBigOString
Function to return an string for the calculated complexity
3rdparty/googlebench/src/complexity.cc:47
↓ 3 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
3rdparty/googletest/include/gtest/internal/gtest-internal.h:668
↓ 3 callersFunctionGetSysctlImp
3rdparty/googlebench/src/sysinfo.cc:138
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
3rdparty/googletest/src/gtest.cc:742
↓ 3 callersFunctionGetTestSuite
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
3rdparty/googletest/src/gtest-internal-inl.h:587
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
3rdparty/googletest/src/gtest.cc:647
↓ 3 callersFunctionGetTimeUnitMultiplier
3rdparty/googlebench/include/benchmark/benchmark.h:1442
↓ 3 callersFunctionHumanReadableNumber
3rdparty/googlebench/src/string_util.cc:118
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
3rdparty/googletest/src/gtest-port.cc:1261
↓ 3 callersFunctionIsZero
3rdparty/googlebench/src/benchmark.cc:460
↓ 3 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_suite_name: name of the test suite na
3rdparty/googletest/src/gtest.cc:2572
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
3rdparty/googletest/src/gtest-port.cc:825
↓ 3 callersFunctionParseBoolFlag
3rdparty/googlebench/src/commandlineflags.cc:161
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
3rdparty/googletest/src/gtest.cc:5638
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
3rdparty/googletest/src/gtest-port.cc:1205
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
3rdparty/googletest/src/gtest.cc:5692
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
3rdparty/googletest/src/gtest-printers.cc:60
↓ 3 callersFunctionPrintRawArrayTo
3rdparty/googletest/include/gtest/gtest-printers.h:593
↓ 3 callersFunctionPrintUsageAndExit
3rdparty/googlebench/src/benchmark.cc:552
↓ 3 callersMethodPushLine
3rdparty/googletest/src/gtest.cc:1156
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
3rdparty/googletest/src/gtest-filepath.cc:338
↓ 3 callersFunctionReplaceAll
3rdparty/googlebench/src/string_util.cc:163
↓ 3 callersFunctionReportFailureInUnknownLocation
3rdparty/googletest/src/gtest.cc:2272
↓ 3 callersFunctionShuffleRange
3rdparty/googletest/src/gtest-internal-inl.h:309
↓ 3 callersFunctionStripTrailingSpaces
3rdparty/googletest/include/gtest/internal/gtest-port.h:2032
↓ 3 callersFunctionatan_div
include/fpm/math.hpp:586
↓ 3 callersFunctionexp
include/fpm/math.hpp:316
↓ 3 callersMethodindex
3rdparty/googletest/include/gtest/internal/gtest-death-test-internal.h:288
↓ 3 callersMethodline
3rdparty/googletest/include/gtest/internal/gtest-death-test-internal.h:287
← previousnext →101–200 of 1,471, ranked by callers