MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

↓ 155 callersMethodend
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1144
↓ 140 callersMethodbegin
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1143
↓ 120 callersMethodsize
Returns the number of TestPartResult objects in the array.
3rdparty/googletest/src/gtest-test-part.cc:77
↓ 49 callersMethodraw_value
Returns the raw underlying value of this type. Do not use this unless you know what you're doing.
include/fpm/fixed.hpp:73
↓ 46 callersFunctionStreamableToString
3rdparty/googletest/include/gtest/gtest-message.h:215
↓ 35 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
3rdparty/googletest/src/gtest.cc:1004
↓ 34 callersMethodend
3rdparty/googlebench/include/benchmark/benchmark.h:717
↓ 32 callersFunctionHasMaximumError
tests/common.hpp:21
↓ 28 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
3rdparty/googletest/src/gtest.cc:3017
↓ 28 callersFunctionimpl
Accessors for the implementation object.
3rdparty/googletest/include/gtest/gtest.h:1405
↓ 26 callersFunctionFormatKV
3rdparty/googlebench/src/json_reporter.cc:34
↓ 24 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
3rdparty/googletest/src/gtest-internal-inl.h:945
↓ 24 callersMethodbegin
3rdparty/googlebench/include/benchmark/benchmark.h:714
↓ 24 callersFunctionpow
include/fpm/math.hpp:252
↓ 22 callersFunctionEq
3rdparty/googletest/include/gtest/gtest-matchers.h:754
↓ 21 callersFunctionAssertionSuccess
Makes a successful assertion result.
3rdparty/googletest/src/gtest.cc:1031
↓ 21 callersFunctionremquo
include/fpm/math.hpp:203
↓ 18 callersFunctionAssertionFailure
Makes a failed assertion result.
3rdparty/googletest/src/gtest.cc:1036
↓ 17 callersFunctionFilePath
3rdparty/googletest/include/gtest/internal/gtest-filepath.h:65
↓ 17 callersFunctionremainder
include/fpm/math.hpp:195
↓ 16 callersFunctionMessage
Copy constructor.
3rdparty/googletest/include/gtest/gtest-message.h:101
↓ 13 callersFunctionCountIf
3rdparty/googletest/src/gtest-internal-inl.h:280
↓ 13 callersMethodGet
3rdparty/googletest/src/gtest-port.cc:212
↓ 13 callersFunctionisgreater
include/fpm/math.hpp:86
↓ 13 callersFunctionisgreaterequal
include/fpm/math.hpp:92
↓ 13 callersFunctionisless
include/fpm/math.hpp:98
↓ 13 callersFunctionislessequal
include/fpm/math.hpp:104
↓ 13 callersFunctionislessgreater
include/fpm/math.hpp:110
↓ 13 callersFunctionisunordered
include/fpm/math.hpp:116
↓ 13 callersFunctionlog2
include/fpm/math.hpp:364
↓ 12 callersFunctionMatcher
3rdparty/googletest/include/gtest/gtest-matchers.h:348
↓ 12 callersFunctionValues
3rdparty/googletest/include/gtest/gtest-param-test.h:340
↓ 12 callersMethoddata
3rdparty/googlebench/src/sysinfo.cc:108
↓ 12 callersMethodelapsed_time
Gets the elapsed time, in milliseconds.
3rdparty/googletest/src/gtest.cc:4630
↓ 12 callersFunctionsqrt
include/fpm/math.hpp:462
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
3rdparty/googletest/src/gtest-death-test.cc:284
↓ 11 callersFunctionGetEnv
3rdparty/googletest/include/gtest/internal/gtest-port.h:2135
↓ 11 callersFunctioncheck_all
accuracy/accuracy.cpp:63
↓ 11 callersFunctionfind_highest_bit
Returns the index of the most-signifcant set bit
include/fpm/math.hpp:21
↓ 10 callersFunctionParseNaturalNumber
3rdparty/googletest/src/gtest-internal-inl.h:985
↓ 10 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
3rdparty/googletest/src/gtest.cc:1998
↓ 10 callersFunctionabs
include/fpm/math.hpp:181
↓ 9 callersMethodAtEnd
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:149
↓ 9 callersMethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util-generated.h:98
↓ 9 callersFunctionBoolFromGTestEnv
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/googletest/src/gtest-port.cc:1247
↓ 9 callersFunctionIndent
3rdparty/googletest/src/gtest.cc:4054
↓ 9 callersFunctionParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
3rdparty/googletest/src/gtest.cc:5675
↓ 9 callersFunctionStrFormat
3rdparty/googlebench/src/string_util.cc:155
↓ 9 callersFunctioncopysign
include/fpm/math.hpp:216
↓ 9 callersFunctionnearbyint
include/fpm/math.hpp:158
↓ 9 callersFunctionnextafter
include/fpm/math.hpp:224
↓ 8 callersFunctionGTEST_LOCK_EXCLUDED_
3rdparty/googletest/src/gtest.cc:4359
↓ 8 callersFunctionGetTimeInMillis
Returns the current time in milliseconds.
3rdparty/googletest/src/gtest.cc:835
↓ 8 callersFunctionHandleExceptionsInMethodIfSupported
3rdparty/googletest/src/gtest.cc:2432
↓ 8 callersFunctionIsSubstringImpl
3rdparty/googletest/src/gtest.cc:1601
↓ 8 callersMethodPassed
Returns true iff the unit test passed (i.e. all test suites passed).
3rdparty/googletest/src/gtest.cc:4635
↓ 8 callersFunctionPrintCharsAsStringTo
3rdparty/googletest/src/gtest-printers.cc:264
↓ 8 callersFunctionStrCat
3rdparty/googlebench/src/string_util.h:29
↓ 8 callersFunctionSumOverTestSuiteList
Iterates over a vector of TestSuites, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
3rdparty/googletest/src/gtest.cc:365
↓ 8 callersMethodfailed_test_count
Gets the number of failed tests.
3rdparty/googletest/src/gtest.cc:785
↓ 8 callersFunctionnexttoward
include/fpm/math.hpp:232
↓ 8 callersFunctionround
include/fpm/math.hpp:150
↓ 7 callersFunctionForEach
3rdparty/googletest/src/gtest-internal-inl.h:293
↓ 7 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
3rdparty/googletest/src/gtest-port.cc:933
↓ 7 callersFunctionMakeTime
3rdparty/googlebench/src/timers.cc:69
↓ 7 callersFunctionParseStringFlag
3rdparty/googletest/src/gtest.cc:5710
↓ 7 callersFunctionPrintErrorAndDie
3rdparty/googlebench/src/sysinfo.cc:75
↓ 7 callersFunctionatan2
include/fpm/math.hpp:660
↓ 7 callersFunctioncbrt
include/fpm/math.hpp:410
↓ 7 callersFunctionlisteners
Provides access to the event listener list.
3rdparty/googletest/src/gtest-internal-inl.h:605
↓ 7 callersFunctionlog
include/fpm/math.hpp:390
↓ 7 callersFunctionlog10
include/fpm/math.hpp:397
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
3rdparty/googletest/src/gtest.cc:5537
↓ 7 callersFunctionrint
include/fpm/math.hpp:171
↓ 6 callersFunctionAbort
3rdparty/googletest/src/gtest-port.cc:1180
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
3rdparty/googletest/src/gtest.cc:1765
↓ 6 callersFunctionDiagnoseAndExit
3rdparty/googlebench/src/timers.cc:102
↓ 6 callersFunctionFormatForComparisonFailureMessage
3rdparty/googletest/include/gtest/gtest-printers.h:386
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
3rdparty/googletest/src/gtest-port.cc:731
↓ 6 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
3rdparty/googletest/src/gtest.cc:2762
↓ 6 callersMethodGetTestSuite
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.cc:4643
↓ 6 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
3rdparty/googletest/src/gtest-port.cc:684
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
3rdparty/googletest/src/gtest-filepath.cc:85
↓ 6 callersFunctionIsUTF8TrailByte
3rdparty/googletest/src/gtest-printers.cc:376
↓ 6 callersFunctionParseStringFlag
3rdparty/googlebench/src/commandlineflags.cc:197
↓ 6 callersFunctionReadFromFile
3rdparty/googlebench/src/sysinfo.cc:199
↓ 6 callersMethodReset
3rdparty/googletest/src/gtest-port.cc:216
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
3rdparty/googletest/src/gtest.cc:5624
↓ 6 callersMethodSkipped
Returns true iff the test was skipped.
3rdparty/googletest/src/gtest.cc:2187
↓ 6 callersFunctionStrDup
3rdparty/googletest/include/gtest/internal/gtest-port.h:2058
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
3rdparty/googletest/src/gtest-port.cc:1304
↓ 6 callersFunctionacos
include/fpm/math.hpp:646
↓ 6 callersMethodkey
Gets the user supplied key.
3rdparty/googletest/include/gtest/gtest.h:544
↓ 6 callersFunctionlog1p
include/fpm/math.hpp:404
↓ 6 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
3rdparty/googletest/src/gtest.cc:801
↓ 6 callersMethodtotal_test_count
Gets the number of all tests.
3rdparty/googletest/src/gtest.cc:806
↓ 5 callersFunctionDoNotOptimize
3rdparty/googlebench/include/benchmark/benchmark.h:306
↓ 5 callersFunctionEqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
3rdparty/googletest/src/gtest.cc:1333
↓ 5 callersFunctionFOpen
3rdparty/googletest/include/gtest/internal/gtest-port.h:2115
↓ 5 callersMethodFailed
Returns true iff the test failed.
3rdparty/googletest/src/gtest.cc:2192
next →1–100 of 1,471, ranked by callers