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
↓ 3 callers
Function
max_digits10
Number of base-10 digits required to fully represent a number of bits
include/fpm/fixed.hpp:328
↓ 3 callers
Function
modf
include/fpm/math.hpp:238
↓ 3 callers
Method
random_seed
Returns the random seed used at the start of the current test run.
3rdparty/googletest/src/gtest.cc:4881
↓ 3 callers
Method
size
3rdparty/googletest/src/gtest-death-test.cc:865
↓ 3 callers
Method
skipped_test_count
Gets the number of skipped tests.
3rdparty/googletest/src/gtest.cc:780
↓ 3 callers
Method
test_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 callers
Method
write_fd
3rdparty/googletest/src/gtest-death-test.cc:422
↓ 2 callers
Method
AddArguments
3rdparty/googletest/src/gtest-death-test.cc:854
↓ 2 callers
Method
AddTestInfo
Adds a test to this test suite. Will delete the test upon destruction of the TestSuite object.
3rdparty/googletest/src/gtest.cc:2776
↓ 2 callers
Method
Advance
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:229
↓ 2 callers
Method
AlmostEquals
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 callers
Function
AlwaysTrue
3rdparty/googletest/src/gtest.cc:5611
↓ 2 callers
Function
ArrayEq
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1040
↓ 2 callers
Function
AtomMatchesChar
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 callers
Method
BaseGenerator
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:226
↓ 2 callers
Function
CaptureStream
Starts capturing an output stream (stdout/stderr).
3rdparty/googletest/src/gtest-port.cc:1072
↓ 2 callers
Function
ChronoClockNow
3rdparty/googlebench/src/timers.h:38
↓ 2 callers
Function
Close
3rdparty/googletest/include/gtest/internal/gtest-port.h:2132
↓ 2 callers
Function
Combine
3rdparty/googletest/include/gtest/gtest-param-test.h:415
↓ 2 callers
Function
ConditionalPrintAsText
3rdparty/googletest/src/gtest-printers.cc:413
↓ 2 callers
Function
CreateKey
3rdparty/googletest/include/gtest/internal/gtest-port.h:1835
↓ 2 callers
Function
CreateReporter
3rdparty/googlebench/src/benchmark.cc:443
↓ 2 callers
Method
Current
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:236
↓ 2 callers
Method
CurrentOsStackTraceExceptTop
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 callers
Method
DescribeNegationTo
Describes the negation of this matcher to an ostream.
3rdparty/googletest/include/gtest/gtest-matchers.h:269
↓ 2 callers
Method
DirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
3rdparty/googletest/src/gtest-filepath.cc:218
↓ 2 callers
Function
FClose
3rdparty/googletest/include/gtest/internal/gtest-port.h:2124
↓ 2 callers
Function
Failed
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 callers
Function
Failed
Returns true iff the test suite failed.
3rdparty/googletest/include/gtest/gtest.h:892
↓ 2 callers
Method
Finalize
3rdparty/googlebench/src/json_reporter.cc:149
↓ 2 callers
Function
FormatCompilerIndependentFileLocation
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 callers
Function
FormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
3rdparty/googletest/src/gtest.cc:2374
↓ 2 callers
Function
FormatTestSuiteCount
Formats the count of test suites.
3rdparty/googletest/src/gtest.cc:2857
↓ 2 callers
Function
GTestIsInitialized
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 callers
Function
GetBitOffset
3rdparty/googletest/src/gtest.cc:2929
↓ 2 callers
Function
GetCapturedStream
Stops capturing the output stream and returns the captured string.
3rdparty/googletest/src/gtest-port.cc:1082
↓ 2 callers
Function
GetEnviron
3rdparty/googletest/src/gtest-death-test.cc:1217
↓ 2 callers
Method
GetGlobalTestPartResultReporter
Returns the global test part result reporter.
3rdparty/googletest/src/gtest.cc:728
↓ 2 callers
Method
GetId
3rdparty/googletest/src/gtest.cc:1111
↓ 2 callers
Function
GetInjectableArgvs
3rdparty/googletest/src/gtest-port.cc:1148
↓ 2 callers
Function
GetPlatformColorCode
3rdparty/googlebench/src/colorprint.cc:42
↓ 2 callers
Function
HRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
3rdparty/googletest/src/gtest.cc:1681
↓ 2 callers
Function
HandleSehExceptionsInMethodIfSupported
3rdparty/googletest/src/gtest.cc:2405
↓ 2 callers
Function
InitGoogleTest
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 callers
Function
InitGoogleTestImpl
3rdparty/googletest/src/gtest.cc:5975
↓ 2 callers
Function
IsAsciiDigit
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 callers
Function
IsAsciiPunct
3rdparty/googletest/src/gtest-port.cc:692
↓ 2 callers
Function
IsAsciiWhiteSpace
3rdparty/googletest/src/gtest-port.cc:696
↓ 2 callers
Function
IsAsciiWordChar
3rdparty/googletest/src/gtest-port.cc:697
↓ 2 callers
Method
IsDirectory
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 callers
Function
IsRepeat
3rdparty/googletest/src/gtest-port.cc:695
↓ 2 callers
Function
IsTruthyFlagValue
3rdparty/googlebench/src/commandlineflags.cc:212
↓ 2 callers
Function
LocalDateTimeString
3rdparty/googlebench/src/timers.cc:215
↓ 2 callers
Method
Lock
3rdparty/googletest/include/gtest/internal/gtest-port.h:1908
↓ 2 callers
Method
MakeNewHolder
3rdparty/googletest/include/gtest/internal/gtest-port.h:1870
↓ 2 callers
Function
MakePolymorphicMatcher
3rdparty/googletest/include/gtest/gtest-matchers.h:577
↓ 2 callers
Method
Match
3rdparty/googlebench/src/re.h:105
↓ 2 callers
Method
MatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
3rdparty/googletest/include/gtest/gtest-matchers.h:255
↓ 2 callers
Function
MatchRegexAnywhere
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 callers
Function
Mutex
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 callers
Function
Now
This should return the number of cycles since power-on. Thread-safe.
3rdparty/googlebench/src/cycleclock.h:61
↓ 2 callers
Function
ParseGoogleTestFlag
3rdparty/googletest/src/gtest.cc:5845
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
3rdparty/googletest/src/gtest.cc:5899
↓ 2 callers
Function
ParseInt32
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 callers
Function
ParseInt32Flag
3rdparty/googlebench/src/commandlineflags.cc:173
↓ 2 callers
Function
PortableLocaltime
3rdparty/googletest/src/gtest.cc:3662
↓ 2 callers
Function
PrintFullTestCommentIfPresent
3rdparty/googletest/src/gtest.cc:3070
↓ 2 callers
Function
PrintOnOneLine
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 callers
Function
PrintStringTo
3rdparty/googletest/src/gtest-printers.cc:424
↓ 2 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to an std::string.
3rdparty/googletest/src/gtest.cc:2887
↓ 2 callers
Function
PrintTo
3rdparty/googletest/include/gtest/gtest-printers.h:492
↓ 2 callers
Function
PrintWideStringTo
3rdparty/googletest/src/gtest-printers.cc:443
↓ 2 callers
Function
ProcessCPUUsage
3rdparty/googlebench/src/timers.cc:109
↓ 2 callers
Function
RUN_ALL_TESTS
3rdparty/googletest/include/gtest/gtest.h:2498
↓ 2 callers
Function
Read
3rdparty/googletest/include/gtest/internal/gtest-port.h:2126
↓ 2 callers
Function
ReadEntireFile
3rdparty/googletest/src/gtest-port.cc:1122
↓ 2 callers
Function
RegisterBenchmarkInternal
3rdparty/googlebench/src/benchmark_register.cc:218
↓ 2 callers
Method
RegisterTests
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 callers
Method
RemoveFileName
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 callers
Method
ReportContext
3rdparty/googlebench/src/csv_reporter.cc:40
↓ 2 callers
Method
ReportRuns
3rdparty/googlebench/src/csv_reporter.cc:45
↓ 2 callers
Method
Run
Runs the test and updates the test result.
3rdparty/googletest/src/gtest.cc:2489
↓ 2 callers
Method
Run
3rdparty/googletest/include/gtest/internal/gtest-port.h:1385
↓ 2 callers
Method
SetDefaultXmlGenerator
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 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
3rdparty/googletest/src/gtest.cc:735
↓ 2 callers
Function
ShouldShard
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 callers
Function
SkipComma
3rdparty/googletest/include/gtest/internal/gtest-internal.h:657
↓ 2 callers
Function
SleepForMicroseconds
BENCHMARK_OS_WINDOWS
3rdparty/googlebench/src/sleep.cc:35
↓ 2 callers
Function
SleepForMilliseconds
Window's Sleep takes milliseconds argument.
3rdparty/googlebench/src/sleep.cc:30
↓ 2 callers
Function
SplitEscapedString
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 callers
Function
SplitString
3rdparty/googletest/src/gtest.cc:945
↓ 2 callers
Function
Stat
3rdparty/googletest/include/gtest/internal/gtest-port.h:2077
↓ 2 callers
Function
StatisticsMean
3rdparty/googlebench/src/statistics.cc:32
↓ 2 callers
Method
StopTimer
Called by each thread
3rdparty/googlebench/src/thread_timer.h:22
↓ 2 callers
Function
StreamWideCharsToMessage
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 callers
Method
SuppressEventForwarding
3rdparty/googletest/src/gtest.cc:4525
↓ 2 callers
Function
ThreadCPUUsage
3rdparty/googlebench/src/timers.cc:140
↓ 2 callers
Function
ThreadLocal
3rdparty/googletest/include/gtest/internal/gtest-port.h:1803
↓ 2 callers
Function
ToBinaryStringFullySpecified
3rdparty/googlebench/src/string_util.cc:100
↓ 2 callers
Function
UniversalPrintCharArray
3rdparty/googletest/src/gtest-printers.cc:294
← previous
next →
201–300 of 1,471, ranked by callers