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
↓ 1 callers
Function
IsDigit
3rdparty/googletest/include/gtest/internal/gtest-port.h:2005
↓ 1 callers
Function
IsDir
3rdparty/googletest/include/gtest/internal/gtest-port.h:2079
↓ 1 callers
Function
IsFlag
3rdparty/googlebench/src/commandlineflags.cc:208
↓ 1 callers
Function
IsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
3rdparty/googletest/src/gtest-printers.cc:136
↓ 1 callers
Function
IsSubstringPred
3rdparty/googletest/src/gtest.cc:1577
↓ 1 callers
Function
IsTrue
3rdparty/googletest/src/gtest.cc:5609
↓ 1 callers
Function
IsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
3rdparty/googletest/src/gtest.cc:1812
↓ 1 callers
Function
IsValidEscape
Returns true iff "\\c" is a supported escape sequence.
3rdparty/googletest/src/gtest-port.cc:703
↓ 1 callers
Function
IsValidUTF8
3rdparty/googletest/src/gtest-printers.cc:378
↓ 1 callers
Function
IsXDigit
3rdparty/googletest/include/gtest/internal/gtest-port.h:2017
↓ 1 callers
Function
LoadFlagsFromFile
3rdparty/googletest/src/gtest.cc:5876
↓ 1 callers
Function
LogToStderr
3rdparty/googletest/include/gtest/internal/gtest-port.h:1016
↓ 1 callers
Function
MatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
3rdparty/googletest/src/gtest-port.cc:798
↓ 1 callers
Method
Matches
Returns true iff this matcher matches x.
3rdparty/googletest/include/gtest/gtest-matchers.h:260
↓ 1 callers
Method
NewValueForCurrentThread
3rdparty/googletest/include/gtest/internal/gtest-port.h:1644
↓ 1 callers
Method
OnEnvironmentsSetUpEnd
3rdparty/googletest/src/gtest.cc:3100
↓ 1 callers
Method
OnEnvironmentsSetUpStart
3rdparty/googletest/src/gtest.cc:3152
↓ 1 callers
Method
OnEnvironmentsTearDownEnd
3rdparty/googletest/src/gtest.cc:3107
↓ 1 callers
Method
OnEnvironmentsTearDownStart
3rdparty/googletest/src/gtest.cc:3228
↓ 1 callers
Method
OnTestCaseEnd
3rdparty/googletest/src/gtest.cc:3217
↓ 1 callers
Method
OnTestCaseStart
3rdparty/googletest/src/gtest.cc:3159
↓ 1 callers
Method
OnTestEnd
3rdparty/googletest/src/gtest.cc:3196
↓ 1 callers
Method
OnTestIterationEnd
3rdparty/googletest/src/gtest.cc:3284
↓ 1 callers
Method
OnTestIterationStart
Fired before each iteration of tests starts.
3rdparty/googletest/src/gtest.cc:3117
↓ 1 callers
Method
OnTestPartResult
Called after an assertion failure.
3rdparty/googletest/src/gtest.cc:3180
↓ 1 callers
Method
OnTestProgramEnd
3rdparty/googletest/src/gtest.cc:3109
↓ 1 callers
Method
OnTestProgramStart
The following methods override what's in the TestEventListener class.
3rdparty/googletest/src/gtest.cc:3097
↓ 1 callers
Method
OnTestStart
3rdparty/googletest/src/gtest.cc:3172
↓ 1 callers
Method
OnTestSuiteEnd
Fired after the test suite ends.
3rdparty/googletest/include/gtest/gtest.h:1109
↓ 1 callers
Method
OnTestSuiteStart
Fired before the test suite starts.
3rdparty/googletest/include/gtest/gtest.h:1090
↓ 1 callers
Function
OutputFlagAlsoCheckEnvVar
As a special case for the 'output' flag, if GTEST_OUTPUT is not set, we look for XML_OUTPUT_FILE, which is set by the Bazel build system. The value o
3rdparty/googletest/src/gtest-port.cc:1293
↓ 1 callers
Function
ParseCommandLineFlags
3rdparty/googlebench/src/benchmark.cc:569
↓ 1 callers
Function
ParseDouble
Parses 'str' for a double. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns false.
3rdparty/googlebench/src/commandlineflags.cc:61
↓ 1 callers
Function
ParseDoubleFlag
3rdparty/googlebench/src/commandlineflags.cc:185
↓ 1 callers
Function
ParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
3rdparty/googletest/src/gtest.cc:5952
↓ 1 callers
Function
ParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
3rdparty/googletest/src/gtest-death-test.cc:1578
↓ 1 callers
Function
PartialMatch
3rdparty/googletest/include/gtest/internal/gtest-port.h:930
↓ 1 callers
Function
Passed
Returns true iff the unit test passed (i.e. all test suites passed).
3rdparty/googletest/src/gtest-internal-inl.h:577
↓ 1 callers
Method
PostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
3rdparty/googletest/src/gtest.cc:5026
↓ 1 callers
Function
PrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
3rdparty/googletest/src/gtest-printers.cc:194
↓ 1 callers
Function
PrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
3rdparty/googletest/src/gtest-printers.cc:113
↓ 1 callers
Function
PrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
3rdparty/googletest/src/gtest-printers.cc:82
↓ 1 callers
Function
PrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
3rdparty/googletest/src/gtest.cc:5746
↓ 1 callers
Function
PrintImp
3rdparty/googlebench/src/sysinfo.cc:66
↓ 1 callers
Method
PrintJsonTestList
3rdparty/googletest/src/gtest.cc:4243
↓ 1 callers
Function
PrintTestPartResult
Prints a TestPartResult.
3rdparty/googletest/src/gtest.cc:2897
↓ 1 callers
Method
PrintTo
3rdparty/googletest/src/gtest.cc:1174
↓ 1 callers
Function
PrintTupleTo
3rdparty/googletest/include/gtest/gtest-printers.h:646
↓ 1 callers
Method
PrintXmlTestsList
3rdparty/googletest/src/gtest.cc:3861
↓ 1 callers
Function
RE
Constructs an RE from a string.
3rdparty/googletest/include/gtest/internal/gtest-port.h:909
↓ 1 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
3rdparty/googletest/src/gtest-filepath.cc:150
↓ 1 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
3rdparty/googletest/src/gtest-filepath.cc:119
↓ 1 callers
Function
ReportInvalidTestSuiteType
3rdparty/googletest/src/gtest.cc:2584
↓ 1 callers
Method
ReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
3rdparty/googletest/src/gtest.cc:631
↓ 1 callers
Function
RoundDouble
3rdparty/googlebench/src/json_reporter.cc:63
↓ 1 callers
Method
Run
3rdparty/googlebench/src/benchmark_register.cc:453
↓ 1 callers
Function
RunBenchmark
3rdparty/googlebench/src/benchmark.cc:184
↓ 1 callers
Function
RunBenchmarks
3rdparty/googlebench/src/benchmark.cc:389
↓ 1 callers
Function
RunInThread
Execute one thread of benchmark b for the specified number of iterations. Adds the stats collected for the thread into *total.
3rdparty/googlebench/src/benchmark.cc:161
↓ 1 callers
Function
SameNames
3rdparty/googlebench/src/counter.cc:54
↓ 1 callers
Function
Set
3rdparty/googletest/include/gtest/internal/gtest-filepath.h:76
↓ 1 callers
Method
SetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
3rdparty/googletest/src/gtest.cc:4494
↓ 1 callers
Method
SetErrorStream
REQUIRES: The object referenced by 'err' is valid for the lifetime of the reporter.
3rdparty/googlebench/include/benchmark/benchmark.h:1355
↓ 1 callers
Method
SetLabel
3rdparty/googlebench/src/benchmark.cc:362
↓ 1 callers
Method
SetOutputStream
REQUIRES: The object referenced by 'out' is valid for the lifetime of the reporter.
3rdparty/googlebench/include/benchmark/benchmark.h:1348
↓ 1 callers
Method
SetUp
Sets up the test fixture. A sub-class may override this.
3rdparty/googletest/src/gtest.cc:2249
↓ 1 callers
Method
SetUp
These will be deprecated ...
3rdparty/googlebench/include/benchmark/benchmark.h:1012
↓ 1 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
3rdparty/googletest/include/gtest/gtest.h:554
↓ 1 callers
Function
ShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
3rdparty/googletest/src/gtest.cc:5384
↓ 1 callers
Function
ShouldUseColor
Returns true iff Google Test should use colors in the output.
3rdparty/googletest/src/gtest.cc:2977
↓ 1 callers
Function
Shuffle
3rdparty/googletest/src/gtest-internal-inl.h:330
↓ 1 callers
Function
SkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
3rdparty/googletest/src/gtest-typed-test.cc:42
↓ 1 callers
Function
SleepMilliseconds
Sleeps for (roughly) n milliseconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
3rdparty/googletest/include/gtest/internal/gtest-port.h:1213
↓ 1 callers
Function
SplitIntoTestNames
3rdparty/googletest/src/gtest-typed-test.cc:48
↓ 1 callers
Function
StackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
3rdparty/googletest/src/gtest-death-test.cc:1281
↓ 1 callers
Function
StackLowerThanAddress
3rdparty/googletest/src/gtest-death-test.cc:1275
↓ 1 callers
Method
StartTimer
Called by each thread
3rdparty/googlebench/src/thread_timer.h:15
↓ 1 callers
Function
StrCaseCmp
3rdparty/googletest/include/gtest/internal/gtest-port.h:2055
↓ 1 callers
Function
StrError
3rdparty/googletest/include/gtest/internal/gtest-port.h:2133
↓ 1 callers
Function
StrFormatImp
3rdparty/googlebench/src/string_util.cc:125
↓ 1 callers
Method
TearDown
Tears down the test fixture. A sub-class may override this.
3rdparty/googletest/src/gtest.cc:2255
↓ 1 callers
Method
TearDown
3rdparty/googlebench/include/benchmark/benchmark.h:1013
↓ 1 callers
Function
TestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
3rdparty/googletest/include/gtest/gtest-test-part.h:63
↓ 1 callers
Function
TestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
3rdparty/googletest/src/gtest.cc:2865
↓ 1 callers
Function
ToExponentAndMantissa
3rdparty/googlebench/src/string_util.cc:30
↓ 1 callers
Function
ToUpper
3rdparty/googletest/include/gtest/internal/gtest-port.h:2028
↓ 1 callers
Function
UniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
3rdparty/googletest/src/gtest-printers.cc:317
↓ 1 callers
Function
ValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
3rdparty/googletest/src/gtest-port.cc:738
↓ 1 callers
Function
ValidateTestPropertyName
3rdparty/googletest/src/gtest.cc:2152
↓ 1 callers
Method
WaitForNotification
3rdparty/googletest/src/gtest-port.cc:252
↓ 1 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
3rdparty/googletest/include/gtest/internal/gtest-port.h:1252
↓ 1 callers
Function
Write
3rdparty/googletest/include/gtest/internal/gtest-port.h:2129
↓ 1 callers
Function
WriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
3rdparty/googletest/src/gtest.cc:5299
↓ 1 callers
Function
acos
accuracy/accuracy.cpp:29
↓ 1 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
3rdparty/googletest/src/gtest-internal-inl.h:612
↓ 1 callers
Function
asin
accuracy/accuracy.cpp:28
↓ 1 callers
Function
atan
accuracy/accuracy.cpp:30
↓ 1 callers
Function
atan2
accuracy/accuracy.cpp:31
↓ 1 callers
Method
cpu_time_used
REQUIRES: timer is not running
3rdparty/googlebench/src/thread_timer.h:43
↓ 1 callers
Function
exp
accuracy/accuracy.cpp:33
← previous
next →
401–500 of 1,471, ranked by callers