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
↓ 2 callers
Method
Unlock
3rdparty/googletest/include/gtest/internal/gtest-port.h:1909
↓ 2 callers
Function
UseCharPointer
3rdparty/googlebench/src/benchmark.cc:112
↓ 2 callers
Function
ValuesIn
3rdparty/googletest/include/gtest/gtest-param-test.h:299
↓ 2 callers
Function
WideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
3rdparty/googletest/src/gtest.cc:1841
↓ 2 callers
Function
asin
include/fpm/math.hpp:632
↓ 2 callers
Function
cos
accuracy/accuracy.cpp:26
↓ 2 callers
Function
digits10
Number of base-10 digits that can be fully represented by a number of bits
include/fpm/fixed.hpp:336
↓ 2 callers
Function
expm1
include/fpm/math.hpp:358
↓ 2 callers
Function
range
Range arguments for this run. CHECKs if the argument has been set.
3rdparty/googlebench/include/benchmark/benchmark.h:564
↓ 2 callers
Function
sin
accuracy/accuracy.cpp:25
↓ 2 callers
Method
size
STL-style container methods.
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1142
↓ 2 callers
Method
start_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
3rdparty/googletest/src/gtest.cc:4625
↓ 2 callers
Method
swap
Swaps two AssertionResults.
3rdparty/googletest/src/gtest.cc:1017
↓ 2 callers
Method
total_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
3rdparty/googletest/src/gtest.cc:2222
↓ 2 callers
Method
write_row
accuracy/accuracy.cpp:48
↓ 1 callers
Method
Abort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
3rdparty/googletest/src/gtest-death-test.cc:509
↓ 1 callers
Method
AddBenchmark
3rdparty/googlebench/src/benchmark_register.cc:96
↓ 1 callers
Method
AddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
3rdparty/googletest/src/gtest.cc:4682
↓ 1 callers
Function
AlwaysFalse
Always returns false.
3rdparty/googletest/include/gtest/internal/gtest-internal.h:843
↓ 1 callers
Function
AppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
3rdparty/googletest/src/gtest.cc:2017
↓ 1 callers
Method
Args
3rdparty/googlebench/src/benchmark_register.cc:334
↓ 1 callers
Method
ArgsCnt
3rdparty/googlebench/src/benchmark_register.cc:441
↓ 1 callers
Method
AssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
3rdparty/googletest/src/gtest-port.cc:292
↓ 1 callers
Method
Begin
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:211
↓ 1 callers
Function
CalculateOptimalEdits
3rdparty/googletest/src/gtest.cc:1049
↓ 1 callers
Function
CallAbortHandler
3rdparty/googlebench/src/check.h:21
↓ 1 callers
Function
CanonicalizeForStdLibVersioning
Canonicalizes a given name with respect to the Standard C++ Library. This handles removing the inline namespace within `std` that is used by various s
3rdparty/googletest/include/gtest/internal/gtest-type-util.h:64
↓ 1 callers
Method
ClearBenchmarks
3rdparty/googlebench/src/benchmark_register.cc:103
↓ 1 callers
Function
ClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
3rdparty/googletest/src/gtest-internal-inl.h:722
↓ 1 callers
Method
ClearResult
Clears the results of all tests in this test suite.
3rdparty/googletest/src/gtest.cc:2822
↓ 1 callers
Method
CloseConnection
Closes the socket.
3rdparty/googletest/src/gtest-internal-inl.h:1099
↓ 1 callers
Function
CmpHelperEQFailure
3rdparty/googletest/include/gtest/gtest.h:1493
↓ 1 callers
Function
CmpHelperSTREQ
Helper function for *_STREQ on wide strings.
3rdparty/googletest/src/gtest.cc:1887
↓ 1 callers
Function
CodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
3rdparty/googletest/src/gtest.cc:1777
↓ 1 callers
Function
ComputeBigO
3rdparty/googlebench/src/complexity.cc:152
↓ 1 callers
Function
ComputeStats
3rdparty/googlebench/src/statistics.cc:78
↓ 1 callers
Function
ContainsUnprintableControlCodes
3rdparty/googletest/src/gtest-printers.cc:357
↓ 1 callers
Function
CopyArray
3rdparty/googletest/include/gtest/internal/gtest-internal.h:1080
↓ 1 callers
Function
CountSetBitsInCPUMap
3rdparty/googlebench/src/sysinfo.cc:224
↓ 1 callers
Function
CpuScalingEnabled
3rdparty/googlebench/src/sysinfo.cc:207
↓ 1 callers
Function
CreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
3rdparty/googletest/src/gtest.cc:1818
↓ 1 callers
Method
CreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
3rdparty/googletest/src/gtest-filepath.cc:300
↓ 1 callers
Method
CreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
3rdparty/googletest/src/gtest-filepath.cc:317
↓ 1 callers
Function
CreateRunReport
3rdparty/googlebench/src/benchmark.cc:116
↓ 1 callers
Method
CreateTestFactory
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:448
↓ 1 callers
Function
CreateUnifiedDiff
Create a list of diff hunks in Unified diff format. Each hunk has a header generated by PrintHeader above plus a body with lines prefixed with ' ' for
3rdparty/googletest/src/gtest.cc:1224
↓ 1 callers
Function
DateTimeString
3rdparty/googlebench/src/timers.cc:183
↓ 1 callers
Function
DeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
3rdparty/googletest/src/gtest-death-test.cc:239
↓ 1 callers
Function
DefaultPrintNonContainerTo
3rdparty/googletest/include/gtest/gtest-printers.h:259
↓ 1 callers
Function
DefaultPrintTo
3rdparty/googletest/include/gtest/gtest-printers.h:415
↓ 1 callers
Function
DeleteThreadLocalValue
3rdparty/googletest/include/gtest/internal/gtest-port.h:1793
↓ 1 callers
Method
End
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:214
↓ 1 callers
Method
Equals
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:237
↓ 1 callers
Function
ExecDeathTestChildMain
The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid any potentially
3rdparty/googletest/src/gtest-death-test.cc:1234
↓ 1 callers
Function
ExecDeathTestSpawnChild
Spawns a child process with the same executable as the current process in a thread-safe manner and instructs it to run the death test. The implementa
3rdparty/googletest/src/gtest-death-test.cc:1297
↓ 1 callers
Function
ExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
3rdparty/googletest/src/gtest-death-test.cc:204
↓ 1 callers
Function
ExponentToPrefix
3rdparty/googlebench/src/string_util.cc:86
↓ 1 callers
Function
FDOpen
3rdparty/googletest/include/gtest/internal/gtest-port.h:2122
↓ 1 callers
Function
FailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
3rdparty/googletest/src/gtest-death-test.cc:345
↓ 1 callers
Function
FileNo
3rdparty/googletest/include/gtest/internal/gtest-port.h:2072
↓ 1 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
3rdparty/googletest/src/gtest-filepath.cc:204
↓ 1 callers
Method
FindBenchmarks
3rdparty/googlebench/src/benchmark_register.cc:109
↓ 1 callers
Function
FindBenchmarksInternal
FIXME: This function is a hack so that benchmark.cc can access `BenchmarkFamilies`
3rdparty/googlebench/src/benchmark_register.cc:227
↓ 1 callers
Function
Finish
3rdparty/googlebench/src/counter.cc:20
↓ 1 callers
Method
FinishKeepRunning
3rdparty/googlebench/src/benchmark.cc:375
↓ 1 callers
Function
FormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
3rdparty/googletest/src/gtest.cc:3679
↓ 1 callers
Function
FormatEpochTimeInMillisAsRFC3339
Converts the given epoch time in milliseconds to a date string in the RFC3339 format, without the timezone information.
3rdparty/googletest/src/gtest.cc:4041
↓ 1 callers
Function
FormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
3rdparty/googletest/src/gtest.cc:2358
↓ 1 callers
Function
FormatWordList
3rdparty/googletest/src/gtest.cc:2138
↓ 1 callers
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
3rdparty/googletest/include/gtest/internal/gtest-port.h:927
↓ 1 callers
Method
Generate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
3rdparty/googletest/src/gtest.cc:340
↓ 1 callers
Function
GetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
3rdparty/googletest/src/gtest.cc:2964
↓ 1 callers
Method
GetAsUnsigned
3rdparty/googlebench/src/sysinfo.cc:120
↓ 1 callers
Function
GetCPUCyclesPerSecond
3rdparty/googlebench/src/sysinfo.cc:436
↓ 1 callers
Function
GetCacheSizes
3rdparty/googlebench/src/sysinfo.cc:359
↓ 1 callers
Function
GetCacheSizesMacOSX
3rdparty/googlebench/src/sysinfo.cc:282
↓ 1 callers
Function
GetCacheSizesWindows
3rdparty/googlebench/src/sysinfo.cc:309
↓ 1 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
3rdparty/googletest/src/gtest-port.cc:1107
↓ 1 callers
Method
GetCapturedString
3rdparty/googletest/src/gtest-port.cc:1042
↓ 1 callers
Function
GetColorAttribute
Returns the character attribute for the given color.
3rdparty/googletest/src/gtest.cc:2920
↓ 1 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
3rdparty/googletest/src/gtest.cc:429
↓ 1 callers
Function
GetDefaultFilter
Bazel passes in the argument to '--test_filter' via the TESTBRIDGE_TEST_ONLY environment variable.
3rdparty/googletest/src/gtest.cc:203
↓ 1 callers
Function
GetFileSize
3rdparty/googletest/src/gtest-port.cc:1117
↓ 1 callers
Function
GetMutableSuiteCase
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:599
↓ 1 callers
Function
GetNewColor
3rdparty/googletest/src/gtest.cc:2940
↓ 1 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
3rdparty/googletest/src/gtest-internal-inl.h:146
↓ 1 callers
Function
GetNumCPUs
3rdparty/googlebench/src/sysinfo.cc:369
↓ 1 callers
Function
GetOutputOptions
3rdparty/googlebench/src/benchmark.cc:464
↓ 1 callers
Function
GetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
3rdparty/googletest/src/gtest-internal-inl.h:130
↓ 1 callers
Function
GetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
3rdparty/googletest/src/gtest-death-test.cc:1513
↓ 1 callers
Method
GetTestSuiteTypeId
Test case id to verify identity.
3rdparty/googletest/include/gtest/internal/gtest-param-util.h:514
↓ 1 callers
Function
GetThreadCount
Returns the number of active threads, or 0 when there is an error.
3rdparty/googletest/src/gtest-port.cc:109
↓ 1 callers
Function
HasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
3rdparty/googletest/src/gtest.cc:5728
↓ 1 callers
Function
Increment
3rdparty/googlebench/src/counter.cc:37
↓ 1 callers
Method
Init
3rdparty/googlebench/src/re.h:85
↓ 1 callers
Function
InitDeathTestSubprocessControlInfo
3rdparty/googletest/src/gtest-internal-inl.h:770
↓ 1 callers
Function
InitializeStreams
3rdparty/googlebench/src/benchmark.cc:611
↓ 1 callers
Function
IsATTY
3rdparty/googletest/include/gtest/internal/gtest-port.h:2054
↓ 1 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
3rdparty/googletest/src/gtest-filepath.cc:257
↓ 1 callers
Function
IsColorTerminal
3rdparty/googlebench/src/colorprint.cc:158
← previous
next →
301–400 of 1,471, ranked by callers