MCPcopy Create free account

hub / github.com/MikeLankamp/fpm / functions

Functions1,471 in github.com/MikeLankamp/fpm

↓ 3 callersFunctionmax_digits10
Number of base-10 digits required to fully represent a number of bits
include/fpm/fixed.hpp:328
↓ 3 callersFunctionmodf
include/fpm/math.hpp:238
↓ 3 callersMethodrandom_seed
Returns the random seed used at the start of the current test run.
3rdparty/googletest/src/gtest.cc:4881
↓ 3 callersMethodsize
3rdparty/googletest/src/gtest-death-test.cc:865
↓ 3 callersMethodskipped_test_count
Gets the number of skipped tests.
3rdparty/googletest/src/gtest.cc:780
↓ 3 callersMethodtest_suite_to_run_count
Gets the number of all test suites that contain at least one test that should run.
3rdparty/googletest/src/gtest.cc:770
↓ 3 callersMethodwrite_fd
3rdparty/googletest/src/gtest-death-test.cc:422
↓ 2 callersMethodAddArguments
3rdparty/googletest/src/gtest-death-test.cc:854
↓ 2 callersMethodAddTestInfo
Adds a test to this test suite. Will delete the test upon destruction of the TestSuite object.
3rdparty/googletest/src/gtest.cc:2776
↓ 2 callersMethodAdvance
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:229
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
3rdparty/googletest/include/gtest/internal/gtest-internal.h:366
↓ 2 callersFunctionAlwaysTrue
3rdparty/googletest/src/gtest.cc:5611
↓ 2 callersFunctionArrayEq
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1040
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
3rdparty/googletest/src/gtest-port.cc:709
↓ 2 callersMethodBaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:226
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
3rdparty/googletest/src/gtest-port.cc:1072
↓ 2 callersFunctionChronoClockNow
3rdparty/googlebench/src/timers.h:38
↓ 2 callersFunctionClose
3rdparty/googletest/include/gtest/internal/gtest-port.h:2132
↓ 2 callersFunctionCombine
3rdparty/googletest/include/gtest/gtest-param-test.h:415
↓ 2 callersFunctionConditionalPrintAsText
3rdparty/googletest/src/gtest-printers.cc:413
↓ 2 callersFunctionCreateKey
3rdparty/googletest/include/gtest/internal/gtest-port.h:1835
↓ 2 callersFunctionCreateReporter
3rdparty/googlebench/src/benchmark.cc:443
↓ 2 callersMethodCurrent
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:236
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
3rdparty/googletest/src/gtest.cc:825
↓ 2 callersMethodDescribeNegationTo
Describes the negation of this matcher to an ostream.
3rdparty/googletest/include/gtest/gtest-matchers.h:269
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
3rdparty/googletest/src/gtest-filepath.cc:218
↓ 2 callersFunctionFClose
3rdparty/googletest/include/gtest/internal/gtest-port.h:2124
↓ 2 callersFunctionFailed
Returns true iff the unit test failed (i.e. some test suite failed or something outside of all tests failed).
3rdparty/googletest/src/gtest-internal-inl.h:581
↓ 2 callersFunctionFailed
Returns true iff the test suite failed.
3rdparty/googletest/include/gtest/gtest.h:892
↓ 2 callersMethodFinalize
3rdparty/googlebench/src/json_reporter.cc:149
↓ 2 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
3rdparty/googletest/src/gtest-port.cc:951
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
3rdparty/googletest/src/gtest.cc:2374
↓ 2 callersFunctionFormatTestSuiteCount
Formats the count of test suites.
3rdparty/googletest/src/gtest.cc:2857
↓ 2 callersFunctionGTestIsInitialized
GTestIsInitialized() returns true iff the user has initialized Google Test. Useful for catching the user mistake of not initializing Google Test befo
3rdparty/googletest/src/gtest.cc:360
↓ 2 callersFunctionGetBitOffset
3rdparty/googletest/src/gtest.cc:2929
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
3rdparty/googletest/src/gtest-port.cc:1082
↓ 2 callersFunctionGetEnviron
3rdparty/googletest/src/gtest-death-test.cc:1217
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
3rdparty/googletest/src/gtest.cc:728
↓ 2 callersMethodGetId
3rdparty/googletest/src/gtest.cc:1111
↓ 2 callersFunctionGetInjectableArgvs
3rdparty/googletest/src/gtest-port.cc:1148
↓ 2 callersFunctionGetPlatformColorCode
3rdparty/googlebench/src/colorprint.cc:42
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
3rdparty/googletest/src/gtest.cc:1681
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
3rdparty/googletest/src/gtest.cc:2405
↓ 2 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
3rdparty/googletest/src/gtest.cc:6005
↓ 2 callersFunctionInitGoogleTestImpl
3rdparty/googletest/src/gtest.cc:5975
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
3rdparty/googletest/src/gtest-port.cc:691
↓ 2 callersFunctionIsAsciiPunct
3rdparty/googletest/src/gtest-port.cc:692
↓ 2 callersFunctionIsAsciiWhiteSpace
3rdparty/googletest/src/gtest-port.cc:696
↓ 2 callersFunctionIsAsciiWordChar
3rdparty/googletest/src/gtest-port.cc:697
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
3rdparty/googletest/src/gtest-filepath.cc:292
↓ 2 callersFunctionIsRepeat
3rdparty/googletest/src/gtest-port.cc:695
↓ 2 callersFunctionIsTruthyFlagValue
3rdparty/googlebench/src/commandlineflags.cc:212
↓ 2 callersFunctionLocalDateTimeString
3rdparty/googlebench/src/timers.cc:215
↓ 2 callersMethodLock
3rdparty/googletest/include/gtest/internal/gtest-port.h:1908
↓ 2 callersMethodMakeNewHolder
3rdparty/googletest/include/gtest/internal/gtest-port.h:1870
↓ 2 callersFunctionMakePolymorphicMatcher
3rdparty/googletest/include/gtest/gtest-matchers.h:577
↓ 2 callersMethodMatch
3rdparty/googlebench/src/re.h:105
↓ 2 callersMethodMatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
3rdparty/googletest/include/gtest/gtest-matchers.h:255
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
3rdparty/googletest/src/gtest-port.cc:861
↓ 2 callersFunctionMutex
This constructor intentionally does nothing. It relies on type_ being statically initialized to 0 (effectively setting it to kStatic) and on ThreadSa
3rdparty/googletest/include/gtest/internal/gtest-port.h:1435
↓ 2 callersFunctionNow
This should return the number of cycles since power-on. Thread-safe.
3rdparty/googlebench/src/cycleclock.h:61
↓ 2 callersFunctionParseGoogleTestFlag
3rdparty/googletest/src/gtest.cc:5845
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
3rdparty/googletest/src/gtest.cc:5899
↓ 2 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/googlebench/src/commandlineflags.cc:27
↓ 2 callersFunctionParseInt32Flag
3rdparty/googlebench/src/commandlineflags.cc:173
↓ 2 callersFunctionPortableLocaltime
3rdparty/googletest/src/gtest.cc:3662
↓ 2 callersFunctionPrintFullTestCommentIfPresent
3rdparty/googletest/src/gtest.cc:3070
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
3rdparty/googletest/src/gtest.cc:5450
↓ 2 callersFunctionPrintStringTo
3rdparty/googletest/src/gtest-printers.cc:424
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
3rdparty/googletest/src/gtest.cc:2887
↓ 2 callersFunctionPrintTo
3rdparty/googletest/include/gtest/gtest-printers.h:492
↓ 2 callersFunctionPrintWideStringTo
3rdparty/googletest/src/gtest-printers.cc:443
↓ 2 callersFunctionProcessCPUUsage
3rdparty/googlebench/src/timers.cc:109
↓ 2 callersFunctionRUN_ALL_TESTS
3rdparty/googletest/include/gtest/gtest.h:2498
↓ 2 callersFunctionRead
3rdparty/googletest/include/gtest/internal/gtest-port.h:2126
↓ 2 callersFunctionReadEntireFile
3rdparty/googletest/src/gtest-port.cc:1122
↓ 2 callersFunctionRegisterBenchmarkInternal
3rdparty/googlebench/src/benchmark_register.cc:218
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test suite test suites right before running tests in RUN_ALL_TESTS macro. This method sho
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:541
↓ 2 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
3rdparty/googletest/src/gtest-filepath.cc:161
↓ 2 callersMethodReportContext
3rdparty/googlebench/src/csv_reporter.cc:40
↓ 2 callersMethodReportRuns
3rdparty/googlebench/src/csv_reporter.cc:45
↓ 2 callersMethodRun
Runs the test and updates the test result.
3rdparty/googletest/src/gtest.cc:2489
↓ 2 callersMethodRun
3rdparty/googletest/include/gtest/internal/gtest-port.h:1385
↓ 2 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
3rdparty/googletest/src/gtest.cc:4509
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
3rdparty/googletest/src/gtest.cc:735
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
3rdparty/googletest/src/gtest.cc:5321
↓ 2 callersFunctionSkipComma
3rdparty/googletest/include/gtest/internal/gtest-internal.h:657
↓ 2 callersFunctionSleepForMicroseconds
BENCHMARK_OS_WINDOWS
3rdparty/googlebench/src/sleep.cc:35
↓ 2 callersFunctionSleepForMilliseconds
Window's Sleep takes milliseconds argument.
3rdparty/googlebench/src/sleep.cc:30
↓ 2 callersFunctionSplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
3rdparty/googletest/src/gtest.cc:1293
↓ 2 callersFunctionSplitString
3rdparty/googletest/src/gtest.cc:945
↓ 2 callersFunctionStat
3rdparty/googletest/include/gtest/internal/gtest-port.h:2077
↓ 2 callersFunctionStatisticsMean
3rdparty/googlebench/src/statistics.cc:32
↓ 2 callersMethodStopTimer
Called by each thread
3rdparty/googlebench/src/thread_timer.h:22
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
3rdparty/googletest/src/gtest.cc:929
↓ 2 callersMethodSuppressEventForwarding
3rdparty/googletest/src/gtest.cc:4525
↓ 2 callersFunctionThreadCPUUsage
3rdparty/googlebench/src/timers.cc:140
↓ 2 callersFunctionThreadLocal
3rdparty/googletest/include/gtest/internal/gtest-port.h:1803
↓ 2 callersFunctionToBinaryStringFullySpecified
3rdparty/googlebench/src/string_util.cc:100
↓ 2 callersFunctionUniversalPrintCharArray
3rdparty/googletest/src/gtest-printers.cc:294
← previousnext →201–300 of 1,471, ranked by callers